Moved commands to Application from console.php

This commit is contained in:
Dmitry Khomutov 2017-02-01 19:52:35 +07:00
commit bcfc5578de
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9
3 changed files with 43 additions and 25 deletions

View file

@ -39,6 +39,7 @@ class CreateBuildCommand extends Command
/**
* @param ProjectStore $projectStore
* @param BuildService $buildService
*/
public function __construct(ProjectStore $projectStore, BuildService $buildService)
{