Skip to content

Commit

Permalink
Skip links as supporting library doesn't support that (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpetrica authored Oct 18, 2024
1 parent a7a438b commit 23c78e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NativeServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ protected function configureDisks(): void
'driver' => 'local',
'root' => env($env, ''),
'throw' => false,
'links' => 'skip',
]]);
}
}
Expand Down

0 comments on commit 23c78e2

Please sign in to comment.