From 4cc9fbe7ea1ca7742150acd764fa811e04feb0c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Fri, 5 Apr 2024 20:04:42 +0200 Subject: [PATCH] fix bootstrapper names in config --- assets/config.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/config.php b/assets/config.php index 68cab1f9..070b2471 100644 --- a/assets/config.php +++ b/assets/config.php @@ -144,13 +144,13 @@ return [ // Configurable bootstrappers // Bootstrappers\RootUrlBootstrapper::class, // Bootstrappers\UrlGeneratorBootstrapper::class, - // Bootstrappers\MailTenancyBootstrapper::class, // Note: Queueing mail requires using QueueTenancyBootstrapper with $forceRefresh set to true + // Bootstrappers\MailConfigBootstrapper::class, // Note: Queueing mail requires using QueueTenancyBootstrapper with $forceRefresh set to true // Bootstrappers\BroadcastingConfigBootstrapper::class, - // Bootstrappers\BroadcastingChannelPrefixBootstrapper::class, + // Bootstrappers\BroadcastChannelPrefixBootstrapper::class, // Integration bootstrappers - // Bootstrappers\Integrations\FortifyRouteTenancyBootstrapper::class, - // Bootstrappers\Integrations\ScoutTenancyBootstrapper::class, + // Bootstrappers\Integrations\FortifyRouteBootstrapper::class, + // Bootstrappers\Integrations\ScoutPrefixBootstrapper::class, ], /**