Skip to content

Commit d1fac3d

Browse files
committed
Fix
1 parent 35eda35 commit d1fac3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Policies/MediaPolicy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function view(User $user, Media $media)
3838
/**
3939
* Determine whether the user can view the model.
4040
*
41-
* @param \Illuminate\Foundation\Auth\User $userq
41+
* @param \Illuminate\Foundation\Auth\User $user
4242
* @param \Spatie\MediaLibrary\MediaCollections\Models\Media $media
4343
* @return \Illuminate\Auth\Access\Response|bool
4444
*/

0 commit comments

Comments
 (0)