Skip to content

Commit 46b32a3

Browse files
authored
Update controllers.md (#1528)
1 parent c87db2a commit 46b32a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/collections/docs/controllers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function index()
8888

8989
return (new \Statamic\View\View)
9090
->template('myview')
91-
->layout('mylayout');
91+
->layout('mylayout')
9292
->cascadeContent($entry);
9393
}
9494
```

0 commit comments

Comments
 (0)