We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbfae20 commit ef03733Copy full SHA for ef03733
resource/ip-v4-range.php renamed to resources/ip-v4-range.php
resource/ip-v6-range.php renamed to resources/ip-v6-range.php
src/Rules/IpVN.php
@@ -96,7 +96,7 @@ protected static function getIpV4Range(): array
96
static $range = null;
97
98
if (null === $range) {
99
- $range = require __DIR__.'/../../resource/ip-v4-range.php';
+ $range = require __DIR__.'/../../resources/ip-v4-range.php';
100
}
101
102
return $range;
@@ -107,7 +107,7 @@ protected static function getIpV6Range(): array
107
108
109
110
- $range = require __DIR__.'/../../resource/ip-v6-range.php';
+ $range = require __DIR__.'/../../resources/ip-v6-range.php';
111
112
113
0 commit comments