psecio / gatekeeper

Gatekeeper: An Authentication & Authorization Library
366 stars 23 forks source link

Add InvalidArgumentException when an undefined column is used on a model #56

Open Swader opened 8 years ago

Swader commented 8 years ago

I ran into this issue quite a lot when doing upserting - turns out "groups" as a "column" can only be defined during registration, and subsequently only with addGroup. If this warning had been here, I would have realized what was to matter with the code much sooner.