1
0
Fork 0
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:
Samuel Štancl 2025-01-09 16:16:43 +01:00
parent 6a047d3686
commit 8fabbbd58b
2 changed files with 13 additions and 2 deletions

View file

@ -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