mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Adding static to regen
This commit is contained in:
parent
1dd02b77b2
commit
db97df31cd
1 changed files with 1 additions and 1 deletions
|
@ -618,7 +618,7 @@ class CakeSession {
|
|||
* Restarts this session.
|
||||
*
|
||||
*/
|
||||
public function renew() {
|
||||
public static function renew() {
|
||||
self::__regenerateId();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue