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/_GV.php"); } /** * {@inheritdoc} */ public function getMigration() { return new Migration31($this->app); } }