mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Update App.php
Add a missing apostrophe
This commit is contained in:
parent
08ed3c55fd
commit
24edae5792
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue