Skip to content
This repository has been archived by the owner on Feb 5, 2023. It is now read-only.

Improve compatibility with lumen 5.4

Compare
Choose a tag to compare
@ErickTamayo ErickTamayo released this 24 Apr 18:21
· 19 commits to master since this release
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