Skip to content

Commit

Permalink
Changed "/app/" to "/src/"
Browse files Browse the repository at this point in the history
  • Loading branch information
saeideng committed Jan 22, 2016
1 parent 697e1fd commit d9e1446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/View/ViewBuilder.php
Expand Up @@ -217,7 +217,7 @@ public function theme($theme = null)

/**
* Get/set the name of the view file to render. The name specified is the
* filename in /app/Template/<SubFolder> without the .ctp extension.
* filename in /src/Template/<SubFolder> without the .ctp extension.
*
* @param string|null $name View file name to set. If null returns current name.
* @return string|$this
Expand All @@ -234,7 +234,7 @@ public function template($name = null)

/**
* Get/set the name of the layout file to render the view inside of.
* The name specified is the filename of the layout in /app/Template/Layout
* The name specified is the filename of the layout in /src/Template/Layout
* without the .ctp extension.
*
* @param string|null $name Layout file name to set. If null returns current name.
Expand Down

0 comments on commit d9e1446

Please sign in to comment.