We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73f0b45 commit 884647dCopy full SHA for 884647d
.gitignore
@@ -1,4 +1,5 @@
1
.idea/
2
/config/.env
3
/vendor
4
+/tests/
5
composer.lock
core/Session.php
@@ -36,7 +36,7 @@ static function setUserToken(string $token)
36
$_SESSION['userToken'] = $token;
37
}
38
39
- static function setUserUUID(int $uuid)
+ static function setUserUUID(string $uuid)
40
{
41
$_SESSION['userUUID'] = $uuid;
42
0 commit comments