mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 19:14:03 +00:00
add docblock
This commit is contained in:
parent
58cdae908a
commit
e0cfdf09cb
1 changed files with 6 additions and 0 deletions
|
|
@ -35,6 +35,12 @@ class RootUrlBootstrapper implements TenancyBootstrapper
|
||||||
|
|
||||||
protected string|null $originalRootUrl = null;
|
protected string|null $originalRootUrl = null;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* You may want to selectively enable or disable this bootstrapper in specific tests.
|
||||||
|
* For instance, when using `Livewire::test()` this bootstrapper may cause problems,
|
||||||
|
* while in tests that are generating URLs in things like mails the bootstrapper should
|
||||||
|
* be used just like in any queued job.
|
||||||
|
*/
|
||||||
public static bool $rootUrlOverrideInTests = false;
|
public static bool $rootUrlOverrideInTests = false;
|
||||||
|
|
||||||
public function __construct(
|
public function __construct(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue