Skip to content

Commit 0d2d62a

Browse files
committed
fix: failed jobs on the nativephp database
1 parent 1e52589 commit 0d2d62a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/NativeServiceProvider.php

+1
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ public function rewriteDatabase()
172172
]);
173173

174174
config(['database.default' => 'nativephp']);
175+
config(['queue.failed.database' => 'nativephp']);
175176

176177
if (file_exists($databasePath)) {
177178
DB::statement('PRAGMA journal_mode=WAL;');

0 commit comments

Comments
 (0)