8000 formatting · laravel/framework@8641b84 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 8641b84

Browse files
committed
formatting
1 parent 1c20932 commit 8641b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Queue/DatabaseQueue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace Illuminate\Queue;
44

5-
use Throwable;
65
use Illuminate\Support\Carbon;
76
use Illuminate\Database\Connection;
87
use Illuminate\Queue\Jobs\DatabaseJob;
@@ -195,6 +194,7 @@ public function pop($queue = null)
195194
if ($job = $this->getNextAvailableJob($queue)) {
196195
return $this->marshalJob($queue, $job);
197196
}
197+
198198
return null;
199199
});
200200
}

0 commit comments

Comments
 (0)
0