Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juliardi committed May 18, 2018
1 parent 5d808d0 commit 67518cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -78,7 +78,7 @@ return [
$urlManager = Yii::$app->urlManager;
$spBaseUrl = $urlManager->getHostInfo() . $urlManager->getBaseUrl();

return [
$config = [
// some other configuration here

'components' => [
Expand Down Expand Up @@ -112,6 +112,8 @@ return [
// some other configuration here
];

return $config;

```

Usage
Expand Down

0 comments on commit 67518cf

Please sign in to comment.