Skip to content

Commit

Permalink
Fix permission check
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 committed Jan 22, 2021
1 parent 1c72a60 commit f648930
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Access/UserPolicy.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,7 @@ public function setProfileCover(User $actor, User $user)
)
)
return $this->allow();
else
return $this->deny();
}
}

0 comments on commit f648930

Please sign in to comment.