Update App.php

Add a missing apostrophe
This commit is contained in:
David Yell 2015-03-12 15:26:59 +00:00
parent 08ed3c55fd
commit 24edae5792

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`
*