Skip to content

Commit 92b1604

Browse files
committed
Update AsyncWorkerCommand.php
1 parent f30ae88 commit 92b1604

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

commands/AsyncWorkerCommand.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
namespace bazilio\async\commands;
4+
35
use bazilio\async\models\AsyncTask;
46

57
class AsyncWorkerCommand extends \yii\console\Controller
@@ -27,4 +29,4 @@ public function actionDaemon($queueName = null)
2729
\Yii::$app->asyncAmqp->acknowledgeTask($task);
2830
}
2931
}
30-
}
32+
}

0 commit comments

Comments
 (0)