statamic / eloquent-driver

Provides support for storing your Statamic data in a database, rather than flat files.
https://statamic.dev/tips/storing-content-in-a-database
MIT License
104 stars 72 forks source link

Ability to config queue connection for UpdateCollectionEntryOrder job #210

Closed andreasbohman closed 9 months ago

andreasbohman commented 9 months ago

Fixes #211 .

Had to add onConnection conditionally, as onConnection('default') is not a thing.