release; } /** * {@inheritdoc} */ public function getDoctrineMigrations() { return [ '20150519173347', ]; } /** * {@inheritdoc} */ public function require_all_upgrades() { return false; } /** * {@inheritdoc} */ public function concern() { return $this->concern; } /** * {@inheritdoc} */ public function apply(base $databox, Application $app) { return true; } }