fix typo
This commit is contained in:
parent
c783496a27
commit
40018e1935
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ abstract class ImproveAction
|
|||
foreach($preferences as $k => $v) {
|
||||
$this->preferences[$k] = $v;
|
||||
}
|
||||
return $true;
|
||||
return true;
|
||||
}
|
||||
|
||||
final protected function redirect(string $url)
|
||||
|
|
Loading…
Reference in a new issue