Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support Laravel < 6 for Illuminate\Support\Env usage (mcamara#750)
* Use Env::get instead of env It conflicts with other `env()` global functions (such as CakePHP), and most of them don't handle closures. * Support Laravel < 6 for Illuminate\Support\Env usage Fixed `env()` and `Illuminate\Support\Env` usage to support Laravel < 6
- Loading branch information