We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcaa588 commit cfdb381Copy full SHA for cfdb381
src/NativeServiceProvider.php
@@ -174,6 +174,7 @@ public function rewriteDatabase()
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