@@ -41,11 +41,11 @@ |
||
41 | 41 | public function testConfigure(): void |
42 | 42 | { |
43 | 43 | $core = $this->getCore( |
44 | - $this->getStaticLocator([ |
|
45 | - HelperCommand::class, |
|
46 | - ConfigureCommand::class, |
|
47 | - TestCommand::class, |
|
48 | - ]) |
|
44 | + $this->getStaticLocator([ |
|
45 | + HelperCommand::class, |
|
46 | + ConfigureCommand::class, |
|
47 | + TestCommand::class, |
|
48 | + ]) |
|
49 | 49 | ); |
50 | 50 | |
51 | 51 | $this->container->bind(Console::class, $core); |