Skip to content

Commit e765cf2

Browse files
author
Gareth Midwood
committed
Correct namespace of watch env class. Correct services xml to include environment param for watch command
1 parent b41b9ba commit e765cf2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

cdev.services.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
class="Cdev\Docker\Environment\Command\Container\Drush">
3434
</service>
3535

36-
<service id="cdev.docker_watch_command"
37-
class="Cdev\Docker\Environment\Command\WatchEnvCommand">
36+
<service id="cdev.docker_watch_command" class="Cdev\Docker\Environment\Command\WatchEnvCommand">
37+
<argument type="service" id="cdev.environment.type" />
3838
</service>
3939

4040

src/Environment/Command/WatchEnvCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
namespace Creode\Cdev\Command\Env;
2+
namespace Cdev\Docker\Environment\Command;
33

44
use Creode\Cdev\Command\Env\EnvCommand;
55
use Symfony\Component\Console\Input\InputArgument;

0 commit comments

Comments
 (0)