Skip to content

Commit 1494e78

Browse files
authored
Merge pull request #1101 from codeigniter4/datamweb-patch-1
docs: remove unneeded "`"
2 parents 3fbac7a + 097b913 commit 1494e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ following steps will be done.
2727
```
2828

2929
2. Remove the following code in the `initController()` method in
30-
`**app/Controllers/BaseController.php**:
30+
**app/Controllers/BaseController.php**:
3131

3232
```php
3333
$this->helpers = array_merge($this->helpers, ['setting']);

0 commit comments

Comments
 (0)