コード例 #1
0
ファイル: Migration.php プロジェクト: keygenqt/yii2-vertica
 /**
  * Initializes the migration.
  */
 public function init()
 {
     $connection = Connection::className();
     if (!$this->db instanceof $connection) {
         throw new InvalidConfigException('The required component is not specified.');
     }
 }