mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Added missing word
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3151 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
24208cd803
commit
dfa6e140fa
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ class Bake {
|
|||
}
|
||||
|
||||
$modelTableName == null ? $modelTableName = $inflect->pluralize($modelName) : $modelTableName = $modelTableName;
|
||||
$wannaDoAssoc = $this->getInput('Would you like define model associations (hasMany, hasOne, belongsTo, etc.)?', array('y','n'), 'y');
|
||||
$wannaDoAssoc = $this->getInput('Would you like to define model associations (hasMany, hasOne, belongsTo, etc.)?', array('y','n'), 'y');
|
||||
|
||||
if((strtolower($wannaDoAssoc) == 'y' || strtolower($wannaDoAssoc) == 'yes')) {
|
||||
$this->stdout('One moment while I try to detect any associations...');
|
||||
|
|
Loading…
Reference in a new issue