XF 2.2 navigationSetup

If i dump $visitor i get
User => _values => last_activity

not the same than

$visitor->last_activity
 
Ok, seems the last_activity i dont want to have is:

#_getterCache: array:2
"PermissionSet" => PermissionSet
"last_activity" => 1618489210

So this _getterCache overwrites my needed value. How can i get the value from $visitor, please?
 
Back
Top Bottom