Completed
Push — master ( 9f49ce...6e65c6 )
by Zach
02:45 queued 40s
created
src/DB/Seeders/SeedRunner.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
 
45 45
             $files = scandir($seedPath);
46 46
 
47
-            $files = array_filter($files, function ($file) {
47
+            $files = array_filter($files, function($file) {
48 48
                 return strpos($file, '.php') !== false;
49 49
             });
50 50
 
Please login to merge, or discard this patch.