Browse Source

typo fix.

tags/2.0.0-alpha
Qiang Xue 11 years ago
parent
commit
18da3eaa53
  1. 2
      framework/yii/gii/generators/controller/Generator.php

2
framework/yii/gii/generators/controller/Generator.php

@ -120,7 +120,7 @@ class Generator extends \yii\gii\Generator
<li><code>index</code> generates <code>actionIndex()</code></li> <li><code>index</code> generates <code>actionIndex()</code></li>
<li><code>create-order</code> generates <code>actionCreateOrder()</code></li> <li><code>create-order</code> generates <code>actionCreateOrder()</code></li>
</ul>', </ul>',
'ns' => 'This is the namespace that the new controller class will should use.', 'ns' => 'This is the namespace that the new controller class will use.',
'baseClass' => 'This is the class that the new controller class will extend from. Please make sure the class exists and can be autoloaded.', 'baseClass' => 'This is the class that the new controller class will extend from. Please make sure the class exists and can be autoloaded.',
); );
} }

Loading…
Cancel
Save