From fae617951793156f24d6cf263d447a37f6b3c6d5 Mon Sep 17 00:00:00 2001 From: obozdag Date: Sun, 1 Jan 2023 00:39:05 +0100 Subject: [PATCH] Typo: Products to Helloworld Typo: Changed the controller name "Products" to "Helloworld" as described in explanation. --- user_guide_src/source/incoming/controllers/007.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_guide_src/source/incoming/controllers/007.php b/user_guide_src/source/incoming/controllers/007.php index 7c2e9b7091ea..e943c78bfcca 100644 --- a/user_guide_src/source/incoming/controllers/007.php +++ b/user_guide_src/source/incoming/controllers/007.php @@ -2,7 +2,7 @@ namespace App\Controllers; -class Products extends BaseController +class Helloworld extends BaseController { protected function utility() {