Skip to content

Commit 480df0b

Browse files
committed
Use app storage sub path
1 parent 7971cd3 commit 480df0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/geoip.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
'type' => env('GEOIP_DRIVER', 'database'), // database or web_service
2727
'user_id' => env('GEOIP_USER_ID'),
2828
'license_key' => env('GEOIP_LICENSE_KEY'),
29-
'database_path' => storage_path('geoip.mmdb'),
29+
'database_path' => storage_path('app/geoip.mmdb'),
3030
),
3131

3232
/*

0 commit comments

Comments
 (0)