Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
fixed bug #13 thanks @mfmsaadi
Browse files Browse the repository at this point in the history
  • Loading branch information
weboAp committed Oct 8, 2016
1 parent 36a3abb commit f9d3679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/Validation/Checker.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [];
Expand Down

0 comments on commit f9d3679

Please sign in to comment.