Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
datitisev authored and StyleCIBot committed Nov 5, 2020
1 parent fcd859e commit cf3d98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api/Controllers/ListUserBannedIPsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ protected function data(ServerRequestInterface $request, Document $document)
* @var User
*/
$actor = $request->getAttribute('actor');

$actor->assertCan('fof.banips.viewBannedIPList');

$id = Arr::get($request->getQueryParams(), 'id');
Expand Down

0 comments on commit cf3d98f

Please sign in to comment.