Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
tabacitu authored and StyleCIBot committed Apr 14, 2024
1 parent 7b7435d commit 1cf2a30
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/BassetServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,11 @@ public function loadDisk(): void
// add the basset disk to filesystem configuration
// should be kept up to date with https://github.com/laravel/laravel/blob/10.x/config/filesystems.php#L39-L45
app()->config['filesystems.disks.basset'] = [
'driver' => 'local',
'root' => storage_path('app/public'),
'url' => env('APP_URL').'/storage',
'driver' => 'local',
'root' => storage_path('app/public'),
'url' => env('APP_URL').'/storage',
'visibility' => 'public',
'throw' => false,
'throw' => false,
];
}

Expand Down

0 comments on commit 1cf2a30

Please sign in to comment.