Silvanite / novatoolpermissions

Laravel Nova Permissions Tool (User, Roles and Permissions / Access Control (ACL))
MIT License
101 stars 33 forks source link

Missing namespace in Trait #54

Closed buzkall closed 4 years ago

buzkall commented 4 years ago

The AccessControlGate trait does not have a namespace, shouldn't have a: namespace Silvanite\NovaToolPermissions\Traits; like the other trait?

https://github.com/Silvanite/novatoolpermissions/blob/master/src-php/Traits/AccessControlGate.php

Also, is it possible to add an example to the documentation of the usage when making queries of a resource with the AccessControl Nova field?