fixed broken markdown

fixes #6084
This commit is contained in:
Carsten Brandt
2014-11-20 02:21:53 +01:00
parent eb98df2ec2
commit ec9d33db8d
5 changed files with 5 additions and 5 deletions

View File

@ -133,7 +133,7 @@ $config = require(__DIR__ . '/../config/web.php');
> Info|情報: モジュール ID と同じ ID のアプリケーションコンポーネントがある場合は、ブートストラップの過程ではアプリケーションコンポーネントが使われます。
代りにモジュールを使いたいときは、次のように、無名関数を使って指定することが出来ます:
>```php
> ```php
[
function () {
return Yii::$app->getModule('user');