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 631c0f8 commit 3b01ceeCopy full SHA for 3b01cee
src/Illuminate/Queue/Jobs/Job.php
@@ -204,7 +204,7 @@ public function fail($e = null)
204
}
205
206
207
- $failedJobConnectionName = $this->container['config']['queue.failed.database'];
+ $failedJobConnectionName = $this->container->get('config')->get('queue.failed.database');
208
209
// If the job times out and has an open database transaction on the same connection as
210
// the failed jobs table, we need to rollback that transaction to ensure the failed job
0 commit comments