mirror of
https://github.com/archtechx/tenancy-queue-tester.git
synced 2025-12-12 07:04:04 +00:00
support PersistentQueueTenancyBootstrapper
This commit is contained in:
parent
6a047d3686
commit
8fabbbd58b
2 changed files with 13 additions and 2 deletions
|
|
@ -12,3 +12,7 @@ cp ../setup/alternative/database.php config/database.php
|
|||
|
||||
rm app/Providers/AppServiceProvider.php
|
||||
cp ../setup/alternative/AppServiceProvider.php app/Providers/AppServiceProvider.php
|
||||
|
||||
if [ -f vendor/stancl/tenancy/src/Bootstrappers/PersistentQueueTenancyBootstrapper.php ]; then
|
||||
sed -i 's/QueueTenancyBootstrapper/PersistentQueueTenancyBootstrapper/g' config/tenancy.php
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue