Skip to content

Commit

Permalink
Resolved #23, add getManager
Browse files Browse the repository at this point in the history
  • Loading branch information
dusta committed Dec 17, 2018
1 parent 98c8732 commit a505f61
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Storage.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,13 @@ public function getDriver()
return $this->driver;
}

/**
* @return MountManager
*/
public function getManager()
{
return $this->manager;
}
/**
* @return array
*/
Expand Down

0 comments on commit a505f61

Please sign in to comment.