コード例 #1
0
 /**
  * @inheritdoc
  */
 public function safeDown()
 {
     $this->dropTable(Configs::menuTable());
 }
コード例 #2
0
ファイル: Menu.php プロジェクト: Backflag/xlzx
 /**
  * @inheritdoc
  */
 public static function tableName()
 {
     return Configs::menuTable();
 }