Fixed policy namespace

This commit is contained in:
snipe 2017-12-06 14:49:52 -08:00
parent 4898dd8e23
commit f4ac087c83

View file

@ -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)