modified: SRC/app/Http/Controllers/ReferentController.php
modified: SRC/resources/views/referent.blade.php
This commit is contained in:
@ -87,7 +87,11 @@ class ReferentController extends Controller {
|
||||
|
||||
public function deleteListeOeuvre()
|
||||
{
|
||||
;
|
||||
$idListeOeuvre = Input::get('idListeOeuvre');
|
||||
$ListeOeuvre = ListeOeuvre::find($idListeOeuvre);
|
||||
$ListeOeuvre->delete();
|
||||
|
||||
return redirect('/referent');
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user