Commit b040f142 authored by Denisson Leal's avatar Denisson Leal

fix standards

parent d096fa1e
......@@ -47,7 +47,7 @@ class MongoFailedJobProvider extends DatabaseFailedJobProvider
$job = $this->getTable()->find($id);
if (!$job) {
return null;
return;
}
$job['id'] = (string) $job['_id'];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment