@@ -24,14 +24,14 @@ |
||
| 24 | 24 | { |
| 25 | 25 | $this->app->singleton( |
| 26 | 26 | 'command.schema.export', |
| 27 | - function () { |
|
| 27 | + function() { |
|
| 28 | 28 | return new SchemaExport(); |
| 29 | 29 | } |
| 30 | 30 | ); |
| 31 | 31 | |
| 32 | 32 | $this->app->singleton( |
| 33 | 33 | 'command.schema.import', |
| 34 | - function () { |
|
| 34 | + function() { |
|
| 35 | 35 | return new SchemaImport(); |
| 36 | 36 | } |
| 37 | 37 | ); |