Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ph4r05 committed Dec 14, 2017
1 parent 1c20932 commit 8641b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Queue/DatabaseQueue.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Illuminate\Queue;

use Throwable;
use Illuminate\Support\Carbon;
use Illuminate\Database\Connection;
use Illuminate\Queue\Jobs\DatabaseJob;
Expand Down Expand Up @@ -195,6 +194,7 @@ public function pop($queue = null)
if ($job = $this->getNextAvailableJob($queue)) {
return $this->marshalJob($queue, $job);
}

return null;
});
}
Expand Down

0 comments on commit 8641b84

Please sign in to comment.