| 1 | <?php namespace Lanin\Laravel\SetupWizard\Support\Bootstrap; |
||
| 5 | class LoadConfiguration extends \Illuminate\Foundation\Bootstrap\LoadConfiguration |
||
| 6 | { |
||
| 7 | |||
| 8 | /** |
||
| 9 | * Update settings in the existing config repository. |
||
| 10 | * |
||
| 11 | * @param Application $app |
||
| 12 | */ |
||
| 13 | 4 | public function bootstrap(Application $app) |
|
| 17 | |||
| 18 | } |
||
| 19 |