1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 11:44:04 +00:00

Allow overriding root URL in tests by default

This commit is contained in:
lukinovec 2025-01-16 17:40:26 +01:00
parent 5d3b3d3c21
commit d4cc6c6621

View file

@ -42,7 +42,7 @@ class RootUrlBootstrapper implements TenancyBootstrapper
* that are generating URLs in things like mails, the bootstrapper should be used * that are generating URLs in things like mails, the bootstrapper should be used
* just like in any queued job. * just like in any queued job.
*/ */
public static bool $rootUrlOverrideInTests = false; public static bool $rootUrlOverrideInTests = true;
public function __construct( public function __construct(
protected Repository $config, protected Repository $config,