Skip to content

Commit

Permalink
Revert "Added public storage disk for geo-overlays" (needs to be done…
Browse files Browse the repository at this point in the history
… in dev-modules branch)

This reverts commit 7c2fc62.
  • Loading branch information
mtiessen1175 committed Aug 20, 2024
1 parent 7c2fc62 commit 2830562
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions config/filesystems.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,6 @@
'driver' => 'local',
'root' => storage_path('ifdos'),
],

'geo-overlays' => [
'driver' => 'local',
'root' => storage_path('app/public/geo-overlays'),
'url' => env('APP_URL').'/storage/geo-overlays',
'visibility' => 'public',
],
],

/*
Expand Down

0 comments on commit 2830562

Please sign in to comment.