mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix for projects API
This commit is contained in:
parent
adfbd62963
commit
063766d7f6
@ -46,6 +46,8 @@ class ProjectApiController extends BaseAPIController
|
||||
|
||||
public function __construct(ProjectRepository $projectRepo, ProjectService $projectService)
|
||||
{
|
||||
parent::__construct();
|
||||
|
||||
$this->projectRepo = $projectRepo;
|
||||
$this->projectService = $projectService;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user