Skip to content

Commit

Permalink
Issue #6 use Util::dirname() in place of dirname()
Browse files Browse the repository at this point in the history
  • Loading branch information
judgej committed Nov 25, 2019
1 parent c5dcdec commit 5e7ce4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AzureFileAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ protected function upload($path, $contents, Config $config)
{
// Make sure the directory has been created first.

$this->createDir(dirname($path), $config);
$this->createDir(Util::dirname($path), $config);

$location = $this->applyPathPrefix($path);

Expand Down

0 comments on commit 5e7ce4b

Please sign in to comment.