1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 12:24:04 +00:00

fix bootstrapper names in config

This commit is contained in:
Samuel Štancl 2024-04-05 20:04:42 +02:00
parent 4f76af7673
commit 4cc9fbe7ea

View file

@ -144,13 +144,13 @@ return [
// Configurable bootstrappers // Configurable bootstrappers
// Bootstrappers\RootUrlBootstrapper::class, // Bootstrappers\RootUrlBootstrapper::class,
// Bootstrappers\UrlGeneratorBootstrapper::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\BroadcastingConfigBootstrapper::class,
// Bootstrappers\BroadcastingChannelPrefixBootstrapper::class, // Bootstrappers\BroadcastChannelPrefixBootstrapper::class,
// Integration bootstrappers // Integration bootstrappers
// Bootstrappers\Integrations\FortifyRouteTenancyBootstrapper::class, // Bootstrappers\Integrations\FortifyRouteBootstrapper::class,
// Bootstrappers\Integrations\ScoutTenancyBootstrapper::class, // Bootstrappers\Integrations\ScoutPrefixBootstrapper::class,
], ],
/** /**