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 ef8dbd5 commit 20b1b34Copy full SHA for 20b1b34
docs/extend/views.md
@@ -62,6 +62,6 @@ use Illuminate\Contracts\View\Factory;
62
63
return [
64
(new Extend\View)
65
- ->extendNamespace('acme.hello-world', __DIR__.'/override_views');
+ ->extendNamespace('acme.hello-world', __DIR__.'/override_views'),
66
];
67
```
0 commit comments