From e333c881688ccb8a9d2ed100a1aa0465f763f11b Mon Sep 17 00:00:00 2001 From: lukinovec Date: Fri, 17 Jan 2025 09:51:05 +0100 Subject: [PATCH] Add todo@revisit --- src/Bootstrappers/RootUrlBootstrapper.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Bootstrappers/RootUrlBootstrapper.php b/src/Bootstrappers/RootUrlBootstrapper.php index 7e4234b9..f45b8d74 100644 --- a/src/Bootstrappers/RootUrlBootstrapper.php +++ b/src/Bootstrappers/RootUrlBootstrapper.php @@ -41,6 +41,8 @@ class RootUrlBootstrapper implements TenancyBootstrapper * 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. + * + * todo@revisit */ public static bool $rootUrlOverrideInTests = true;