Fixed policy namespace
This commit is contained in:
parent
4898dd8e23
commit
f4ac087c83
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ class LicensePolicy extends CheckoutablePermissionsPolicy
|
|||
/**
|
||||
* Determine whether the user can view license keys
|
||||
*
|
||||
* @param \App\User $user
|
||||
* @param \App\License $license
|
||||
* @param \App\Models\User $user
|
||||
* @param \App\Models\License $license
|
||||
* @return mixed
|
||||
*/
|
||||
public function viewKeys(User $user, License $license = null)
|
||||
|
|
Loading…
Add table
Reference in a new issue