1
0
Fork 0
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:
lukinovec 2024-12-23 12:58:28 +01:00
parent 4d8b092e56
commit 5c8933bd14

View file

@ -59,7 +59,7 @@ class RootUrlBootstrapper implements TenancyBootstrapper
return;
}
if (app()->runningUnitTests() && ! static::$rootUrlOverrideInTests) {
if ($this->app->runningUnitTests() && ! static::$rootUrlOverrideInTests) {
return;
}