We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a3f33 commit 76b1adeCopy full SHA for 76b1ade
.travis.yml
@@ -18,8 +18,8 @@ matrix:
18
env: FRAMEWORK_VERSION=laravel/lumen-framework:5.6.*
19
- php: 7.2
20
env: FRAMEWORK_VERSION=laravel/lumen-framework:5.7.*
21
- - php: 7.2
22
- env: FRAMEWORK_VERSION=laravel/lumen-framework:5.8.*
+ # - php: 7.2
+ # env: FRAMEWORK_VERSION=laravel/lumen-framework:5.8.*
23
24
before_install:
25
- printf "\n" | pecl install swoole
src/Concerns/WithApplication.php
@@ -36,9 +36,7 @@ protected function bootstrap()
36
if (method_exists($this->app, 'boot')) {
37
$this->app->boot();
38
}
39
- if (is_null(Facade::getFacadeApplication())) {
40
- $this->app->withFacades();
41
- }
+ $this->app->withFacades();
42
43
44
$this->preResolveInstances();
0 commit comments