1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 14:54:03 +00:00

clarify docblock

This commit is contained in:
Samuel Štancl 2024-12-19 21:50:59 +01:00
parent e0cfdf09cb
commit 4f94ccb5f7

View file

@ -37,9 +37,10 @@ class RootUrlBootstrapper implements TenancyBootstrapper
/**
* 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.
* For instance, when using `Livewire::test()` this bootstrapper can cause problems,
* due to an internal Livewire route, so you may want to disable it, 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;