Completed
Push — master ( 60840d...857394 )
by Mahmoud
03:05
created
app/Port/Loader/Loaders/MigrationsLoaderTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
      */
58 58
     private function loadMigrations($directory)
59 59
     {
60
-        App::afterResolving('migrator', function ($migrator) use ($directory) {
60
+        App::afterResolving('migrator', function($migrator) use ($directory) {
61 61
             foreach ((array)$directory as $path) {
62 62
                 $migrator->path($path);
63 63
             }
Please login to merge, or discard this patch.