Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mchev committed Feb 21, 2023
1 parent b794ad1 commit 2d1aa87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IP.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ public static function getBannedIPsFromCache(): Array
{
return Cache::has('banned-ips')
? Cache::get('banned-ips')
: self::self::banned()->pluck('ip')->toArray();
: self::banned()->pluck('ip')->toArray();
}
}

0 comments on commit 2d1aa87

Please sign in to comment.