Skip to content

Commit 2e4f6e4

Browse files
authored
Update IP2ProxyLaravel.php
1 parent 5570078 commit 2e4f6e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IP2ProxyLaravel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class IP2ProxyLaravel
77

88
public function get($ip)
99
{
10-
$db = new \IP2Proxy\Database()
10+
$db = new \IP2Proxy\Database();
1111
$db->open($this->getDatabasePath(), \IP2Proxy\Database::FILE_IO);
1212

1313
$records = $db->getAll($ip);

0 commit comments

Comments
 (0)