Exemplo n.º 1
0
 public function runAll($project_id)
 {
     $this->dataRepository->runAll($project_id);
     return $this->success();
 }