Skip to content

Commit

Permalink
Merge pull request #5 from cleaniquecoders/develop
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
nasrulhazim authored Feb 10, 2023
2 parents c4b213d + 8da0494 commit dcf75c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/lookup.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
return [
'model' => Lookup::class,
'cache_duration' => env('LOOKUP_CACHE_DURATION', 60),
'seeder' => base_path('app/lookup.json'),
'seeder' => storage_path('app/lookup.json'),
];

0 comments on commit dcf75c0

Please sign in to comment.