Skip to content

Commit 87f734d

Browse files
joni2backpionl
authored andcommitted
Compatibility with laravel <= 5.3
1 parent 5d6c86a commit 87f734d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ChunkFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function getPath()
5050

5151
public function getAbsolutePath()
5252
{
53-
return $this->storage->disk()->path($this->path);
53+
return $this->storage->disk()->getDriver()->getAdapter()->getPathPrefix() . $this->path;
5454
}
5555

5656
/**

0 commit comments

Comments
 (0)