mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 20:54:03 +00:00
clarify docblock
This commit is contained in:
parent
e0cfdf09cb
commit
4f94ccb5f7
1 changed files with 4 additions and 3 deletions
|
|
@ -37,9 +37,10 @@ class RootUrlBootstrapper implements TenancyBootstrapper
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* You may want to selectively enable or disable this bootstrapper in specific tests.
|
* You may want to selectively enable or disable this bootstrapper in specific tests.
|
||||||
* For instance, when using `Livewire::test()` this bootstrapper may cause problems,
|
* For instance, when using `Livewire::test()` this bootstrapper can cause problems,
|
||||||
* while in tests that are generating URLs in things like mails the bootstrapper should
|
* due to an internal Livewire route, so you may want to disable it, while in tests
|
||||||
* be used just like in any queued job.
|
* 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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue