Skip to content

Commit

Permalink
Merge pull request #1 from watermanio/master
Browse files Browse the repository at this point in the history
Added a public method to retrieve the original adapter
  • Loading branch information
K-Phoen committed Sep 29, 2015
2 parents 5137b85 + b6a3566 commit 30ab154
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/GaufretteExtras/Adapter/ResolvableAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,9 @@ public function isDirectory($key)
{
return $this->adapter->isDirectory($key);
}

public function getOriginalAdapter()
{
return $this->adapter;
}
}

0 comments on commit 30ab154

Please sign in to comment.