Resolve "User model and namespace in policy stub is hardcoded for query functions"
requested to merge 105-user-model-and-namespace-in-policy-stub-is-hardcoded-for-query-functions into master
Closes #105 (closed)
Summary
User models and namespaces are hardcoded in the query functions within policy.stub
Actions to be taken
-
Fix by updating @param \App\Model\User $user
to@param \{{ namespacedUserModel }} $user
in those functions