mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-14 21:30:17 +08:00
Merge pull request #793 from philippfrenzel/patch-3
Missing SemiKolon in module generator module template
This commit is contained in:
@@ -13,7 +13,7 @@ $className = substr($className, $pos + 1);
|
||||
echo "<?php\n";
|
||||
?>
|
||||
|
||||
namespace <?php echo $ns; ?>
|
||||
namespace <?php echo $ns; ?>;
|
||||
|
||||
|
||||
class <?php echo $className; ?> extends \yii\web\Module
|
||||
|
||||
Reference in New Issue
Block a user