release; } /** * {@inheritdoc} */ public function require_all_upgrades() { return false; } /** * {@inheritdoc} */ public function concern() { return $this->concern; } /** * {@inheritdoc} */ public function apply(base $appbox, Application $app) { $main = $app['conf']->get(['main']); if (isset($main['static-file'])) { unset($main['static-file']); } $app['conf']->set(['main'], $main); return true; } }