end it
Build and push / Pulling repo on server (push) Successful in 3s Details

This commit is contained in:
Chris 2023-10-30 23:26:01 +01:00
parent 88d1936264
commit 6f0f8041c0
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ class User extends Model {
$_SESSION['userid'] = $this->id;
var_dump($_SESSION['user']);
exit();
$_SESSION['user']->save();
}