Skip to content

Commit

Permalink
[console] Add getHomeDirectory function. (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas committed Jun 23, 2017
1 parent 8e8b7c7 commit 7a3b5b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Utils/ConfigurationManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -326,4 +326,8 @@ public function getSites()

return $this->sites;
}

public function getHomeDirectory() {
Path::getHomeDirectory();
}
}

0 comments on commit 7a3b5b9

Please sign in to comment.