We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 736a562 commit 61cc3b1Copy full SHA for 61cc3b1
readme.md
@@ -39,7 +39,7 @@ Zschuessler\RouteToClass\ServiceProvider::class,
39
You now have access to a shared view variable `$route_body_class`. Use it in any of your views like so:
40
41
```php
42
-<body class="{{ $route_body_classes ))">
+<body class="{{ $route_body_classes }}">
43
```
44
45
## License
0 commit comments