/** * @inheritdoc */ public function run() { return $this->render($this->viewName, ['model' => $this->model, 'items' => $this->model->linkList($this->field), 'admin' => $this->admin]); }
public function down() { return $this->dropTable(Item::tableName()); }