Exemplo n.º 1
0
 public function allProjects()
 {
     return $this->success(['projects' => $this->dataRepository->getProjects()]);
 }