Skip to content

Commit

Permalink
Fix local driver bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
hossein-zare committed Sep 16, 2020
1 parent a85e459 commit f7b0bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Chunk.php
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ private function getDriverConfigs()
{
switch ($this->configs['driver']) {
case 'local':
return $this->getDriverConfigs();
return $this->configs['local_driver'];

case 'ftp':
return $this->configs['ftp_driver'];
Expand Down

0 comments on commit f7b0bc1

Please sign in to comment.