Fatal error: Uncaught Error: Cannot use object of type User as array

This commit is contained in:
lopar
2020-08-30 03:59:29 +03:00
parent c6ec8e8084
commit 666376b4e6
2 changed files with 8 additions and 7 deletions

View File

@@ -4,6 +4,7 @@ class User
{
public $id = 0;
public $login = '<em>Некто</em>';
public $pass;
public $email = '<em>неизвестно</em>';
public $realname;
public $borndate;