Skip to content

Commit 20b1b34

Browse files
authored
extend/views fix: changed ";" to "," (#486)
1 parent ef8dbd5 commit 20b1b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extend/views.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ use Illuminate\Contracts\View\Factory;
6262

6363
return [
6464
(new Extend\View)
65-
->extendNamespace('acme.hello-world', __DIR__.'/override_views');
65+
->extendNamespace('acme.hello-world', __DIR__.'/override_views'),
6666
];
6767
```

0 commit comments

Comments
 (0)