diff --git a/src/Bootstrappers/SessionTenancyBootstrapper.php b/src/Bootstrappers/SessionTenancyBootstrapper.php index 13dd5bcd..438d6db5 100644 --- a/src/Bootstrappers/SessionTenancyBootstrapper.php +++ b/src/Bootstrappers/SessionTenancyBootstrapper.php @@ -11,6 +11,8 @@ use Illuminate\Session\SessionManager; use Stancl\Tenancy\Contracts\TenancyBootstrapper; use Stancl\Tenancy\Contracts\Tenant; +// todo@rename this should be DB-specific + /** * This resets the database connection used by the database session driver. *