@@ -22,9 +22,9 @@ |
||
22 | 22 | ]); |
23 | 23 | |
24 | 24 | // Registering package commands. |
25 | - $this->commands([ |
|
26 | - Installer::class, |
|
27 | - ]); |
|
25 | + $this->commands([ |
|
26 | + Installer::class, |
|
27 | + ]); |
|
28 | 28 | } |
29 | 29 | } |
30 | 30 |