We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c87db2a commit 46b32a3Copy full SHA for 46b32a3
content/collections/docs/controllers.md
@@ -88,7 +88,7 @@ public function index()
88
89
return (new \Statamic\View\View)
90
->template('myview')
91
- ->layout('mylayout');
+ ->layout('mylayout')
92
->cascadeContent($entry);
93
}
94
```
0 commit comments