App\Http\Controllers\TasksController::marked PHP Method

marked() public method

Remove the specified resource from storage.
public marked ( ) : Response
return Response
    public function marked()
    {
        Notifynder::readAll(\Auth::id());
        return redirect()->back();
    }