Skip to content

Commit

Permalink
Add basePath() method to application contract.
Browse files Browse the repository at this point in the history
  • Loading branch information
franzliedke committed Feb 4, 2015
1 parent 78f1dba commit 508c799
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Foundation/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ interface Application extends Container {
* @return string
*/
public function version();

/**
* Get the base path of the Laravel installation.
*
* @return string
*/
public function basePath()

/**
* Get or check the current application environment.
Expand Down

0 comments on commit 508c799

Please sign in to comment.