Ejemplo n.º 1
0
 /**
  * Initializes the migration.
  */
 public function init()
 {
     $connection = Connection::className();
     if (!$this->db instanceof $connection) {
         throw new InvalidConfigException('The required component is not specified.');
     }
 }