Project support has been updated
This commit is contained in:
@@ -29,8 +29,7 @@ class ProjectRepository implements ProjectRepositoryInterface
|
||||
{
|
||||
$project = $this->project
|
||||
->query()
|
||||
->find($id)
|
||||
->first();
|
||||
->findOrFail($id);
|
||||
return new ProjectResource($project);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user