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

Commit ecbe412

Browse files
authored
Merge pull request #50 from ElieSauveterre/patch-1
Fix typo using url parameter instead of prefix
2 parents 44814f7 + a69eef7 commit ecbe412

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['url'] : 'prefix',
54+
isset($config['prefix']) ? (string)$config['prefix'] : 'prefix',
5555
);
5656

5757
return new FilesystemAdapter(

0 commit comments

Comments
 (0)