config = $config; } public function __invoke(): void { $this->config->setUserValue( null, 'DefaultConnectionCollation', $_POST['collation_connection'], 'utf8mb4_unicode_ci' ); $this->response->header('Location: index.php?route=/' . Url::getCommonRaw([], '&')); } }