We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 319ead7 commit 508daacCopy full SHA for 508daac
1 file changed
yii2-adapter/legacy/queue/QueueComponent.php
@@ -18,7 +18,6 @@
18
use Illuminate\Contracts\Queue\Queue as LaravelQueue;
19
use Illuminate\Queue\Failed\FailedJobProviderInterface;
20
use Illuminate\Support\Facades\Artisan;
21
-use yii\base\Component;
22
23
use function CraftCms\Cms\t;
24
@@ -30,7 +29,7 @@
30
29
*
31
* @deprecated 6.0.0
32
*/
33
-class QueueComponent extends Component implements QueueInterface
+class QueueComponent extends Queue
34
{
35
/**
36
* @var int Default time-to-reserve for jobs (in seconds).
0 commit comments