@@ -34,7 +34,7 @@ |
||
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 |