We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e52589 commit 91f487cCopy full SHA for 91f487c
src/NativeServiceProvider.php
@@ -172,6 +172,9 @@ public function rewriteDatabase()
172
]);
173
174
config(['database.default' => 'nativephp']);
175
+ config(['queue.failed.database' => 'nativephp']);
176
+ config(['queue.batching.database' => 'nativephp']);
177
+ config(['queue.connections.database.connection' => 'nativephp']);
178
179
if (file_exists($databasePath)) {
180
DB::statement('PRAGMA journal_mode=WAL;');
0 commit comments