This repository has been archived by the owner on Feb 5, 2023. It is now read-only.
Improve compatibility with lumen 5.4
Update ElasticsearchProvider.php (#54) use `app` instead of `resolve` to make lumen 5.4 compatible. `app` and `resolve` are identical since 5.4, see https://github.com/laravel/framework/blob/5.4/src/Illuminate/Foundation/helpers.php#L690