Skip to content

Commit 23c78e2

Browse files
Skip links as supporting library doesn't support that (#378)
1 parent a7a438b commit 23c78e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/NativeServiceProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ protected function configureDisks(): void
157157
'driver' => 'local',
158158
'root' => env($env, ''),
159159
'throw' => false,
160+
'links' => 'skip',
160161
]]);
161162
}
162163
}

0 commit comments

Comments
 (0)