@@ -366,9 +366,9 @@ |
||
| 366 | 366 | } |
| 367 | 367 | |
| 368 | 368 | collect($files)->each(function ($file) { |
| 369 | - if (file_exists($file)) { |
|
| 370 | - require_once $file; |
|
| 371 | - } |
|
| 369 | + if (file_exists($file)) { |
|
| 370 | + require_once $file; |
|
| 371 | + } |
|
| 372 | 372 | }); |
| 373 | 373 | } |
| 374 | 374 | } |