@@ -27,4 +27,4 @@ |
||
27 | 27 | * @return array |
28 | 28 | */ |
29 | 29 | public function fieldsReplacement(); |
30 | - } |
|
30 | + } |
@@ -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 |