From 594da3f17a86631a3b14562ff06ad37b81fdc068 Mon Sep 17 00:00:00 2001 From: Jurj-Bogdan Date: Thu, 21 Aug 2025 17:24:45 +0300 Subject: [PATCH] Update create-book-module-via-dot-maker.md namespace error Signed-off-by: Jurj-Bogdan --- docs/book/v6/tutorials/create-book-module-via-dot-maker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/v6/tutorials/create-book-module-via-dot-maker.md b/docs/book/v6/tutorials/create-book-module-via-dot-maker.md index 63ac0eb..a65131f 100644 --- a/docs/book/v6/tutorials/create-book-module-via-dot-maker.md +++ b/docs/book/v6/tutorials/create-book-module-via-dot-maker.md @@ -83,7 +83,7 @@ Next you will be prompted to add the relevant components of a module, accepting You will then be instructed to: -* Register the `ConfigProvider` classes by adding `Api\Book\ConfigProvider::class` and `Core\Computer\ConfigProvider::class` to `config/config.php` +* Register the `ConfigProvider` classes by adding `Api\Book\ConfigProvider::class` and `Core\Book\ConfigProvider::class` to `config/config.php` * 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. * After registering the namespace, run the following command to regenerate the autoloaded files, as notified by `dot-maker`: