Skip to content

Commit 55d62bd

Browse files
committed
Fix typo
1 parent e113bea commit 55d62bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ class TestController extends Controller
112112
```
113113
Route::get('test', 'TestController@lookup');
114114
```
115-
7. Enter the URL <your domain>/public/test and run. You should see the information of **1.2.3.4*** IP address.
115+
7. Enter the URL <your domain>/public/test and run. You should see the information of **1.2.3.4** IP address.
116116

117117
## DEPENDENCIES (IP2PROXY BIN DATA FILE)
118118

src/IP2ProxyLaravel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ private function load($mode)
88
{
99
if ($mode == 'bin')
1010
{
11-
$this->$db = new \IP2Proxy\Database($this->getDatabasePath(), \IP2PROXY\Database::FILE_IO);
11+
$this->db = new \IP2Proxy\Database($this->getDatabasePath(), \IP2PROXY\Database::FILE_IO);
1212
} else if ($mode == 'ws')
1313
{
1414
$apikey = \Config::get('site_vars.IP2ProxyAPIKey');

0 commit comments

Comments
 (0)