mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 12:44:02 +00:00
Use $this->app instead of app()
This commit is contained in:
parent
4d8b092e56
commit
5c8933bd14
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ class RootUrlBootstrapper implements TenancyBootstrapper
|
|||
return;
|
||||
}
|
||||
|
||||
if (app()->runningUnitTests() && ! static::$rootUrlOverrideInTests) {
|
||||
if ($this->app->runningUnitTests() && ! static::$rootUrlOverrideInTests) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue