From 17538187c4ff3816c919da039808eef6b647a3fb Mon Sep 17 00:00:00 2001 From: Philipp Frenzel Date: Thu, 22 Aug 2013 06:54:53 +0200 Subject: [PATCH] Missing SemiKolon in module generator module template missing semikolon after namespace in module template --- framework/yii/gii/generators/module/templates/module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/yii/gii/generators/module/templates/module.php b/framework/yii/gii/generators/module/templates/module.php index 8841473..911cb29 100644 --- a/framework/yii/gii/generators/module/templates/module.php +++ b/framework/yii/gii/generators/module/templates/module.php @@ -13,7 +13,7 @@ $className = substr($className, $pos + 1); echo " -namespace +namespace ; class extends \yii\web\Module