update
This commit is contained in:
@ -55,7 +55,7 @@ class SpiderController extends Controller
|
||||
|
||||
public function actionRunway()
|
||||
{
|
||||
|
||||
var_dump(class_exists("app\\models\\logics\\commands\\base\\BaseCommandSpiderLogic"));die;
|
||||
foreach (BrandSource::find()->where(['is_deleted' => 0])->each() as $index => $item) {
|
||||
if ($index == 1) {
|
||||
\Yii::$app->queue->push(new RunwayJob([
|
||||
|
||||
Reference in New Issue
Block a user