/** * @inheritdoc */ public function safeDown() { $this->dropTable(Configs::menuTable()); }
/** * @inheritdoc */ public static function tableName() { return Configs::menuTable(); }