| 1 | <?php |
||
| 10 | class FilesystemServiceProvider extends ServiceProvider |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * Register the service provider. |
||
| 14 | * |
||
| 15 | * @return void |
||
| 16 | */ |
||
| 17 | public function register() |
||
| 21 | |||
| 22 | /** |
||
| 23 | * Register the native filesystem implementation. |
||
| 24 | * |
||
| 25 | * @return void |
||
| 26 | */ |
||
| 27 | protected function registerNativeFilesystem() |
||
| 33 | } |
||
| 34 |