Skip to content

Commit

Permalink
Merge pull request #1101 from codeigniter4/datamweb-patch-1
Browse files Browse the repository at this point in the history
docs: remove unneeded "`"
  • Loading branch information
kenjis committed Apr 17, 2024
2 parents 3fbac7a + 097b913 commit 1494e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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']);
Expand Down

0 comments on commit 1494e78

Please sign in to comment.