mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 11:14:04 +00:00
fix bootstrapper names in config
This commit is contained in:
parent
4f76af7673
commit
4cc9fbe7ea
1 changed files with 4 additions and 4 deletions
|
|
@ -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,
|
||||
],
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue