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 0d2d62a commit fcaa588Copy full SHA for fcaa588
src/NativeServiceProvider.php
@@ -173,6 +173,7 @@ public function rewriteDatabase()
173
174
config(['database.default' => 'nativephp']);
175
config(['queue.failed.database' => 'nativephp']);
176
+ config(['queue.batching.database' => 'nativephp']);
177
178
if (file_exists($databasePath)) {
179
DB::statement('PRAGMA journal_mode=WAL;');
0 commit comments