@@ -24,7 +24,7 @@ |
||
| 24 | 24 | */ |
| 25 | 25 | public function register() |
| 26 | 26 | { |
| 27 | - $this->publishes([__DIR__.'/../config/dbbackup.php' => config_path('dbbackup.php')]); |
|
| 27 | + $this->publishes([ __DIR__.'/../config/dbbackup.php' => config_path('dbbackup.php') ]); |
|
| 28 | 28 | $this->app->bind('command.run:dbbackup', DbBackupCommand::class); |
| 29 | 29 | $this->commands([ |
| 30 | 30 | 'command.run:dbbackup', |
@@ -56,6 +56,6 @@ |
||
| 56 | 56 | // filesystem configurations will be copied from laravel filesystem configuration |
| 57 | 57 | 'default' => 'filesystem', |
| 58 | 58 | |
| 59 | - 'disk' => [], |
|
| 59 | + 'disk' => [ ], |
|
| 60 | 60 | ], |
| 61 | 61 | ]; |