mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-16 15:21:13 +08:00
Fix typo
This commit is contained in:
@ -36,7 +36,7 @@ return [
|
|||||||
// ...
|
// ...
|
||||||
],
|
],
|
||||||
'params' => require(__DIR__ . '/params.php'),
|
'params' => require(__DIR__ . '/params.php'),
|
||||||
);
|
];
|
||||||
```
|
```
|
||||||
|
|
||||||
In the above array keys are names of application properties. Depending on application type you can check properties of
|
In the above array keys are names of application properties. Depending on application type you can check properties of
|
||||||
|
Reference in New Issue
Block a user