Completed
Push — dev ( 9f49ce...7f87b9 )
by Zach
02:14
created
src/DB/Seeders/SeedRunner.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
 
35 35
         $files = scandir($seedPath);
36 36
 
37
-        $files = array_filter($files, function ($file) {
37
+        $files = array_filter($files, function($file) {
38 38
             return strpos($file, '.php') !== false;
39 39
         });
40 40
 
Please login to merge, or discard this patch.