feat: allow models to specify database connection (#575)

This commit is contained in:
paranarimasu
2023-05-15 23:53:18 -05:00
committed by GitHub
parent d168afd4e7
commit e2d0fe3cd6
6 changed files with 58 additions and 6 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ return [
*/
'batching' => [
'database' => env('DB_CONNECTION', 'mysql'),
'database' => env('DB_CONNECTION', 'mysql_prod'),
'table' => 'job_batches',
],