1 | <?php |
||
10 | class Application extends BaseApplication |
||
11 | { |
||
12 | |||
13 | |||
14 | /** |
||
15 | * Register all of the base service providers. |
||
16 | * |
||
17 | * @return void |
||
18 | */ |
||
19 | protected function registerBaseServiceProviders() |
||
24 | |||
25 | |||
26 | /** |
||
27 | * Override default application storage path. |
||
28 | * |
||
29 | * @return mixed |
||
30 | */ |
||
31 | public function storagePath() |
||
37 | } |