Skip to content

Commit 8e97c8f

Browse files
committed
docs: add () after method name
1 parent 4e8080c commit 8e97c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ your project.
120120
}
121121
```
122122

123-
2. **Helper Setup** The `setting` helper needs to be included in almost every page. The simplest way to do this is to add it to the `BaseController::initController` method:
123+
2. **Helper Setup** The `setting` helper needs to be included in almost every page. The simplest way to do this is to add it to the `BaseController::initController()` method:
124124

125125
```php
126126
public function initController(RequestInterface $request, ResponseInterface $response, LoggerInterface $logger)

0 commit comments

Comments
 (0)