We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e491765 commit 46240e1Copy full SHA for 46240e1
docs/en/index.md
@@ -36,7 +36,9 @@ use Psr\Http\Message\ServerRequestInterface;
36
Next, add `AuthenticationServiceProviderInterface` to the implemented interfaces
37
on your application:
38
39
- class Application extends BaseApplication implements AuthenticationServiceProviderInterface
+```php
40
+class Application extends BaseApplication implements AuthenticationServiceProviderInterface
41
+```
42
43
Then update your application's `middleware()` method to look like:
44
0 commit comments