Skip to content

Resolve "User model and namespace in policy stub is hardcoded for query functions"

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
Edited by Rick Hambrook

Merge request reports