1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00

Skip writing to failed_jobs

This commit is contained in:
David Bomba 2023-02-02 12:14:42 +11:00
parent 8cf9fdf759
commit 17b138abaa

View File

@ -99,6 +99,6 @@ class SystemLogger implements ShouldQueue
public function failed($e)
{
nlog($e->getMessage());
config(['queue.failed.driver' => null]);
}
}