Skip to content

Commit 6513a97

Browse files
Merge pull request #17 from jakelehner/add-providesTemporaryUrls-method
Overrides the `providesTemporaryUrls()` method.
2 parents 2da1975 + cf4f6ba commit 6513a97

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/AzureStorageBlobAdapter.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,16 @@ public function url($path)
3636
return $this->adapter->publicUrl($path, new Config);
3737
}
3838

39+
/**
40+
* Determine if temporary URLs can be generated.
41+
*
42+
* @return bool
43+
*/
44+
public function providesTemporaryUrls()
45+
{
46+
return true;
47+
}
48+
3949
/**
4050
* Get a temporary URL for the file at the given path.
4151
*

0 commit comments

Comments
 (0)