Refactor
This commit is contained in:
parent
093915b5ef
commit
af01528f57
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class User
|
|||
}
|
||||
|
||||
if (!isset($this->id)) {
|
||||
return;
|
||||
return null;
|
||||
}
|
||||
|
||||
global $database;
|
||||
|
|
Loading…
Reference in a new issue