/fuel/packages/auth
Michaels-MacBook-Pro:auth mikep$ git pull
Already up-to-date.
:(
So the first execution point after Auth::get() is
/fuel/packages/auth/classe/auth.php
Line: 334 __callStatic
In there Auth\Auth is already populated with _instance.
_instance has ‘user’ that is Auth\Model\Auth_User.Not my extended one since it is missing the agency_id property.
Can this have anything to do with me listing auth as a always_load package? Just guessing here.
It looks like you're new here. If you want to get involved, click one of these buttons!