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

Commit

Permalink
Fix for #51
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewbdaly committed Jun 15, 2022
1 parent ecbe412 commit b992d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AzureStorageServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function boot()
(string)$config['container'],
isset($config['key']) ? (string)$config['key'] : null,
isset($config['url']) ? (string)$config['url'] : null,
isset($config['prefix']) ? (string)$config['prefix'] : 'prefix',
isset($config['prefix']) ? (string)$config['prefix'] : '',
);

return new FilesystemAdapter(
Expand Down

0 comments on commit b992d7a

Please sign in to comment.