Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.

Commit 7d0c783

Browse files
committed
Sleep
1 parent 4e95010 commit 7d0c783

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/AsyncQueue.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<?php
22
namespace Barryvdh\Queue;
33

4+
use Carbon\Carbon;
5+
use DateTime;
46
use Illuminate\Database\Connection;
57
use Illuminate\Queue\DatabaseQueue;
68
use Illuminate\Queue\Jobs\DatabaseJob;
79
use Symfony\Component\Process\Process;
8-
use Carbon\Carbon;
910

1011
class AsyncQueue extends DatabaseQueue
1112
{

0 commit comments

Comments
 (0)