Skip to content
This repository was archived by the owner on Aug 8, 2024. It is now read-only.

Commit b992d7a

Browse files
committed
Fix for #51
1 parent ecbe412 commit b992d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AzureStorageServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function boot()
5151
(string)$config['container'],
5252
isset($config['key']) ? (string)$config['key'] : null,
5353
isset($config['url']) ? (string)$config['url'] : null,
54-
isset($config['prefix']) ? (string)$config['prefix'] : 'prefix',
54+
isset($config['prefix']) ? (string)$config['prefix'] : '',
5555
);
5656

5757
return new FilesystemAdapter(

0 commit comments

Comments
 (0)