Exemplo n.º 1
0
 protected function readAll()
 {
     $user = \Auth::user();
     $this->notificationRepository->setAllNotifyRead($user->stu_id);
     $this->responseCode = 200;
     $this->responseData['status'] = "success";
     return $this->send_response();
 }