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