From f9d36799d4fae7e3867d8322183b7c1278109ed1 Mon Sep 17 00:00:00 2001 From: Weboap Date: Fri, 7 Oct 2016 21:54:12 -0400 Subject: [PATCH] fixed bug #13 thanks @mfmsaadi --- src/Services/Validation/Checker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/Validation/Checker.php b/src/Services/Validation/Checker.php index d70f989..c12b8d4 100644 --- a/src/Services/Validation/Checker.php +++ b/src/Services/Validation/Checker.php @@ -43,7 +43,7 @@ public function __construct(Check $checker, Config $config) */ public function validate($ip) { - $list = $this->config->get('visitor::ignored'); + $list = $this->config->get('visitor.ignored'); if ( ! is_array($list)) { $list = [];