File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 7
7
use Somnambulist \ProjectManager \Commands \Behaviours \GetCurrentActiveProject ;
8
8
use Somnambulist \ProjectManager \Commands \Behaviours \GetServicesFromInput ;
9
9
use Somnambulist \ProjectManager \Commands \Behaviours \InstallableResourceSetupHelpers ;
10
+ use Somnambulist \ProjectManager \Commands \Behaviours \ProjectConfigAwareCommand ;
10
11
use Somnambulist \ProjectManager \Contracts \DockerAwareInterface ;
12
+ use Somnambulist \ProjectManager \Contracts \ProjectConfigAwareInterface ;
11
13
use Somnambulist \ProjectManager \Exceptions \ResourceAlreadyInstalled ;
12
14
use Somnambulist \ProjectManager \Exceptions \ResourceIsNotConfigured ;
13
15
use Somnambulist \ProjectManager \Models \Service ;
21
23
* @package Somnambulist\ProjectManager\Commands\Services
22
24
* @subpackage Somnambulist\ProjectManager\Commands\Services\InstallServiceCommand
23
25
*/
24
- class InstallServiceCommand extends AbstractCommand implements DockerAwareInterface
26
+ class InstallServiceCommand extends AbstractCommand implements DockerAwareInterface, ProjectConfigAwareInterface
25
27
{
26
28
27
29
use GetServicesFromInput;
28
30
use GetCurrentActiveProject;
29
31
use DockerAwareCommand;
30
32
use InstallableResourceSetupHelpers;
33
+ use ProjectConfigAwareCommand;
31
34
32
35
protected function configure ()
33
36
{
You can’t perform that action at this time.
0 commit comments