@@ -36,11 +36,11 @@ |
||
36 | 36 | |
37 | 37 | private function registerDeployCommands() |
38 | 38 | { |
39 | - $this->app->singleton('command.morphatic.deployinit', function ($app) { |
|
39 | + $this->app->singleton('command.morphatic.deployinit', function($app) { |
|
40 | 40 | return $app['Morphatic\AutoDeploy\Commands\DeployInitCommand']; |
41 | 41 | }); |
42 | 42 | |
43 | - $this->app->singleton('command.morphatic.deployinfo', function ($app) { |
|
43 | + $this->app->singleton('command.morphatic.deployinfo', function($app) { |
|
44 | 44 | return $app['Morphatic\AutoDeploy\Commands\DeployInfoCommand']; |
45 | 45 | }); |
46 | 46 |