Skip to content

Commit a227942

Browse files
authored
Add temporary_url when creating flysystem (#36860)
1 parent cd8cbd8 commit a227942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Filesystem/FilesystemManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ protected function createFlysystem(AdapterInterface $adapter, array $config)
243243
{
244244
$cache = Arr::pull($config, 'cache');
245245

246-
$config = Arr::only($config, ['visibility', 'disable_asserts', 'url']);
246+
$config = Arr::only($config, ['visibility', 'disable_asserts', 'url', 'temporary_url']);
247247

248248
if ($cache) {
249249
$adapter = new CachedAdapter($adapter, $this->createCacheStore($cache));

0 commit comments

Comments
 (0)