app = $app; } /** * {@inheritdoc} */ public function isMigrable() { /** * We can not use registry to inject a path as the install is not yet done */ return is_file(__DIR__ . "/../../../../../../config/connexion.inc") && is_file(__DIR__ . "/../../../../../../config/config.inc"); } /** * {@inheritdoc} */ public function getMigration() { return new Migration35($this->app); } }