@@ -26,7 +26,7 @@ |
||
26 | 26 | { |
27 | 27 | $this->app->make('Webelightdev\LaravelDbBackup\Controllers\DbBackupController'); |
28 | 28 | $this->loadViewsFrom(__DIR__.'/views', 'dbbackup'); |
29 | - $this->publishes([__DIR__.'/../config/dbbackup.php' => config_path('dbbackup.php')]); |
|
29 | + $this->publishes([ __DIR__.'/../config/dbbackup.php' => config_path('dbbackup.php') ]); |
|
30 | 30 | |
31 | 31 | $this->app->bind('command.dbbackup:run', DbBackupCommand::class); |
32 | 32 |