Skip to content

Commit 594da3f

Browse files
authored
Update create-book-module-via-dot-maker.md
namespace error Signed-off-by: Jurj-Bogdan <[email protected]>
1 parent a94a555 commit 594da3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/v6/tutorials/create-book-module-via-dot-maker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Next you will be prompted to add the relevant components of a module, accepting
8383

8484
You will then be instructed to:
8585

86-
* Register the `ConfigProvider` classes by adding `Api\Book\ConfigProvider::class` and `Core\Computer\ConfigProvider::class` to `config/config.php`
86+
* Register the `ConfigProvider` classes by adding `Api\Book\ConfigProvider::class` and `Core\Book\ConfigProvider::class` to `config/config.php`
8787
* Register the new `Book` namespace by adding `"Api\\Book\\": "src/Book/src/"` and `"Core\\Book\\": "src/Core/src/Book/src/"` to `composer.json` under the `autoload.psr-4` key.
8888
* After registering the namespace, run the following command to regenerate the autoloaded files, as notified by `dot-maker`:
8989

0 commit comments

Comments
 (0)