Skip to content

Commit 53203a1

Browse files
committed
fix for console command
1 parent 069fcde commit 53203a1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ $geoip->getTimezone();
148148
Get all geo information
149149

150150
```php
151-
$geoip->get();
151+
$geoip->get(); // returns array
152152
```
153153

154154
### Update Database

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"require": {
1313
"php": ">=5.4.0",
1414
"illuminate/support": "~4|~5",
15+
"illuminate/console": "~4|~5",
1516
"pulkitjalan/requester": "1.*",
1617
"geoip2/geoip2": "2.*"
1718
},

0 commit comments

Comments
 (0)