| 1 | <?php |
||
| 8 | class Starter |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * Load the workbench vendor auto-load files. |
||
| 12 | * |
||
| 13 | * @param string $path |
||
| 14 | * @param \Symfony\Component\Finder\Finder $finder |
||
| 15 | * @param \Illuminate\Filesystem\Filesystem $files |
||
| 16 | */ |
||
| 17 | public static function start($path, Finder $finder = null, Filesystem $files = null) |
||
| 32 | } |
||
| 33 |