From 2faf6bb109ddbc860c332dcd2bed5e1e934a0410 Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Mon, 4 Nov 2013 10:51:23 +0100 Subject: [PATCH] typo in crud generator fixes #1131 --- extensions/gii/generators/crud/Generator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/gii/generators/crud/Generator.php b/extensions/gii/generators/crud/Generator.php index a38cf5e..3fd5e41 100644 --- a/extensions/gii/generators/crud/Generator.php +++ b/extensions/gii/generators/crud/Generator.php @@ -84,7 +84,7 @@ class Generator extends \yii\gii\Generator If not set, it means the controller will belong to the application.', 'indexWidgetType' => 'This is the widget type to be used in the index page to display list of the models. You may choose either GridView or ListView', - 'searchModelClass' => 'This is the class representing the data being collecting in the search form. + 'searchModelClass' => 'This is the class representing the data being collected in the search form. A fully qualified namespaced class name is required, e.g., app\models\search\PostSearch.', ]; }