Skip to content

Commit

Permalink
Update IP2ProxyLaravel.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ip2location committed Oct 3, 2017
1 parent 5570078 commit 2e4f6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IP2ProxyLaravel.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class IP2ProxyLaravel

public function get($ip)
{
$db = new \IP2Proxy\Database()
$db = new \IP2Proxy\Database();
$db->open($this->getDatabasePath(), \IP2Proxy\Database::FILE_IO);

$records = $db->getAll($ip);
Expand Down

0 comments on commit 2e4f6e4

Please sign in to comment.