Exemplo n.º 1
0
 public function notDone($id)
 {
     $this->tasks->notDone($id);
     return redirect('/tasks')->with('message', 'Ai ai, nog meer werk...');
 }