| @@ -129,7 +129,7 @@ | ||
| 129 | 129 | /** | 
| 130 | 130 | * Create an instance of the loader and load the configuration in one step. | 
| 131 | 131 | * | 
| 132 | - * @param LaravelApplication|LumenApplication $app The current application | |
| 132 | + * @param \Illuminate\Contracts\Foundation\Application $app The current application | |
| 133 | 133 | * instance that provides context and services needed to load the | 
| 134 | 134 | * appropriate configuration. | 
| 135 | 135 | * |