Skip to content

Commit e66e05e

Browse files
honzajavorekdg
authored andcommitted
Missing namespace.
1 parent 7f70ebf commit e66e05e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Security/Identity.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ public function __isset($key)
169169
*/
170170
public function __unset($name)
171171
{
172-
ObjectMixin::remove($this, $name);
172+
Nette\ObjectMixin::remove($this, $name);
173173
}
174174

175175
}

0 commit comments

Comments
 (0)