This commit is contained in:
Jean-Christian Denis 2021-09-06 23:29:56 +02:00
parent c783496a27
commit 40018e1935

View file

@ -107,7 +107,7 @@ abstract class ImproveAction
foreach($preferences as $k => $v) { foreach($preferences as $k => $v) {
$this->preferences[$k] = $v; $this->preferences[$k] = $v;
} }
return $true; return true;
} }
final protected function redirect(string $url) final protected function redirect(string $url)