Browse Source

Merge pull request #1150 from marsuboss/patch-1

Fixed typo
tags/2.0.0-beta
Qiang Xue 11 years ago
parent
commit
7462075403
  1. 2
      docs/guide/configuration.md

2
docs/guide/configuration.md

@ -36,7 +36,7 @@ return [
// ...
],
'params' => require(__DIR__ . '/params.php'),
);
];
```
In the above array keys are names of application properties. Depending on application type you can check properties of

Loading…
Cancel
Save