Ejemplo n.º 1
0
 private function runMigration($class)
 {
     $migrator = new Migrator('migrator', Yii::$app);
     $migrator->runSingle($class);
 }