User#isRemoved() bug fixed.

This commit is contained in:
Alexey Skobkin 2017-01-18 02:42:06 +03:00
parent c83833c45d
commit 7b87dc22ba
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ class User
public function isRemoved(): bool
{
return $this->isRemoved();
return $this->removed;
}
public function markAsRemoved(): void