You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/install.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,12 +117,12 @@ class Auth extends ShieldAuth
117
117
}
118
118
```
119
119
120
-
2.**Helper Setup** The `auth` and `setting`helpers need to be included in almost every page. The simplest way to do this is to add them to the `BaseController::initController` method:
120
+
2.**Helper Setup** The `setting`helper needs to be included in almost every page. The simplest way to do this is to add them to the `BaseController::initController` method:
121
121
122
122
```php
123
123
public function initController(RequestInterface $request, ResponseInterface $response, LoggerInterface $logger)
0 commit comments