UseMuffin / Footprint

CakePHP plugin to allow passing currently logged in user to model layer.
MIT License
95 stars 23 forks source link

Call the correct interface method #68

Closed dakota closed 4 years ago

dakota commented 4 years ago

getData() does not exist on the authentication IdentityInterface. The correct method is getOriginalData()