Browse Source

Changed "/app/" to "/src/"

saeideng 10 years ago
parent
commit
d9e14468a2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/View/ViewBuilder.php

+ 2 - 2
src/View/ViewBuilder.php

@@ -217,7 +217,7 @@ class ViewBuilder implements JsonSerializable, Serializable
 
     /**
      * 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
@@ -234,7 +234,7 @@ class ViewBuilder implements JsonSerializable, Serializable
 
     /**
      * 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.