Skip to content

Commit 46240e1

Browse files
committed
Fix non backticked code
1 parent e491765 commit 46240e1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/en/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ use Psr\Http\Message\ServerRequestInterface;
3636
Next, add `AuthenticationServiceProviderInterface` to the implemented interfaces
3737
on your application:
3838

39-
class Application extends BaseApplication implements AuthenticationServiceProviderInterface
39+
```php
40+
class Application extends BaseApplication implements AuthenticationServiceProviderInterface
41+
```
4042

4143
Then update your application's `middleware()` method to look like:
4244

0 commit comments

Comments
 (0)