/**
  * @inheritdoc
  */
 public function safeDown()
 {
     $this->dropTable(Configs::menuTable());
 }
Ejemplo n.º 2
0
 /**
  * @inheritdoc
  */
 public static function tableName()
 {
     return Configs::menuTable();
 }