Completed
Branch master (ba6bfe)
by Andreas
05:43 queued 02:35
created
src/SettingsServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
     {
11 11
         $this->publishes([
12 12
             __DIR__ . '/../database/migrations/' => base_path('/database/migrations'),
13
-            __DIR__.'/../config/settings.php' => config_path('settings.php'),
13
+            __DIR__ . '/../config/settings.php' => config_path('settings.php'),
14 14
         ]);
15 15
     }
16 16
 
Please login to merge, or discard this patch.