mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Remove wrong return.
This commit is contained in:
parent
0e37f1bf27
commit
1caf1cac4b
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ class Configure {
|
|||
}
|
||||
}
|
||||
|
||||
return self::write($values);
|
||||
self::write($values);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue