mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Fixed policy namespace
This commit is contained in:
parent
4898dd8e23
commit
f4ac087c83
|
@ -16,8 +16,8 @@ class LicensePolicy extends CheckoutablePermissionsPolicy
|
||||||
/**
|
/**
|
||||||
* Determine whether the user can view license keys
|
* Determine whether the user can view license keys
|
||||||
*
|
*
|
||||||
* @param \App\User $user
|
* @param \App\Models\User $user
|
||||||
* @param \App\License $license
|
* @param \App\Models\License $license
|
||||||
* @return mixed
|
* @return mixed
|
||||||
*/
|
*/
|
||||||
public function viewKeys(User $user, License $license = null)
|
public function viewKeys(User $user, License $license = null)
|
||||||
|
|
Loading…
Reference in a new issue