Merge pull request #6059 from davidyell/patch-2

Update App.php
This commit is contained in:
Bryan Crowe 2015-03-12 11:33:14 -04:00
commit 5f90f455fd

View file

@ -259,7 +259,7 @@ class App {
*
* Usage:
*
* `App::build(array(Model' => array('/a/full/path/to/models/'))); will setup a new search path for the Model package`
* `App::build(array('Model' => array('/a/full/path/to/models/'))); will setup a new search path for the Model package`
*
* `App::build(array('Model' => array('/path/to/models/')), App::RESET); will setup the path as the only valid path for searching models`
*