Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 25f3713

Browse files
committed
Merge branch 'hotfix/114' into develop
Forward port #114
2 parents b3f5a07 + d8dfc24 commit 25f3713

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/book/usage-examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ return ConfigFactory::fromFiles(
275275
);
276276
```
277277
278-
In `config/global.php`, place the following:
278+
In `config/autoload/global.php`, place the following:
279279
280280
```php
281281
return [
@@ -311,7 +311,7 @@ In `config/autoload/dependencies.global.php`, place the following:
311311
<?php
312312
return [
313313
'services' => [
314-
'config' => include __DIR__ . '/config.php',
314+
'config' => include __DIR__ . '/../config.php',
315315
],
316316
'invokables' => [
317317
'Application\HelloWorld' => 'Application\HelloWorld',

0 commit comments

Comments
 (0)