From 097b913d4ccb25f1fe7a31ff929d7879e600a2ed Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Wed, 17 Apr 2024 03:41:18 +0330 Subject: [PATCH] docs: remove unneeded "`" --- UPGRADING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADING.md b/UPGRADING.md index c0248a97f..d44b19991 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -27,7 +27,7 @@ following steps will be done. ``` 2. Remove the following code in the `initController()` method in - `**app/Controllers/BaseController.php**: + **app/Controllers/BaseController.php**: ```php $this->helpers = array_merge($this->helpers, ['setting']);