Skip to content

Commit

Permalink
refactor code style
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosocarvalho committed Jul 30, 2019
1 parent 5e736bf commit a2046e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CloudinaryAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public function delete($path)
*/
public function deleteDir($dirname)
{
$response = $this->api->delete_resources_by_prefix($dirname);
$this->api->delete_resources_by_prefix($dirname);
return true;
}
/**
Expand Down

0 comments on commit a2046e8

Please sign in to comment.