mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-24 18:51:27 +08:00
Merge pull request #4703 from PatchRanger/patch-1
[ci skip] Fixing typo in guide-structure-modules
This commit is contained in:
@@ -214,7 +214,7 @@ For example, the following application configuration makes sure the `debug` modu
|
||||
|
||||
Modules can be nested in unlimited levels. That is, a module can contain another module which can contain yet
|
||||
another module. We call the former *parent module* while the latter *child module*. Child modules must be declared
|
||||
in the [[yii\bas\Module::modules|modules]] property of their parent modules. For example,
|
||||
in the [[yii\base\Module::modules|modules]] property of their parent modules. For example,
|
||||
|
||||
```php
|
||||
namespace app\modules\forum;
|
||||
|
||||
Reference in New Issue
Block a user