mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 09:24:02 +00:00
Allow overriding root URL in tests by default
This commit is contained in:
parent
5d3b3d3c21
commit
d4cc6c6621
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ class RootUrlBootstrapper implements TenancyBootstrapper
|
|||
* 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 = true;
|
||||
|
||||
public function __construct(
|
||||
protected Repository $config,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue