@@ -66,7 +66,7 @@ |
||
| 66 | 66 | |
| 67 | 67 | return $command; |
| 68 | 68 | }, |
| 69 | - ['console.commands'] |
|
| 69 | + [ 'console.commands' ] |
|
| 70 | 70 | ); |
| 71 | 71 | } |
| 72 | 72 | |
@@ -100,7 +100,7 @@ |
||
| 100 | 100 | if (!$this->validateInterface($interfaceName) && $this->confirmInterfaceGeneration($interfaceName)) { |
| 101 | 101 | $this->retrieveCodeGenerator()->generate( |
| 102 | 102 | $this->retrieveResourceManager()->createResource($interfaceName), |
| 103 | - ['interface'] |
|
| 103 | + [ 'interface' ] |
|
| 104 | 104 | ); |
| 105 | 105 | } |
| 106 | 106 | |