App\Http\Controllers\NotificationsController::markAll PHP Метод

markAll() публичный Метод

public markAll ( )
    public function markAll()
    {
        $user = \Auth::id();
        Notifynder::readAll($user);
        return redirect()->back();
    }
NotificationsController