Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and actions-user committed Jan 3, 2022
1 parent 3aab62f commit 6f4764c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/Role.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ protected static function findByParam(array $params = [])
});
unset($params[PermissionRegistrar::$teamsKey]);
}

foreach ($params as $key => $value) {
$query->where($key, $value);
}
Expand Down

0 comments on commit 6f4764c

Please sign in to comment.