Completed
Push — master ( bcbb81...ba633b )
by Ashley
01:57
created
src/Providers/DoormanServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
         ], 'translations');
19 19
 
20 20
         $this->publishes([
21
-            __DIR__.'/../../resources/migrations' => database_path('migrations')
21
+            __DIR__ . '/../../resources/migrations' => database_path('migrations')
22 22
         ], 'migrations');
23 23
 
24 24
         $this->loadMigrationsFrom(__DIR__ . '/../../resources/migrations');
Please login to merge, or discard this patch.