We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eac45b1 commit 1d04070Copy full SHA for 1d04070
1 file changed
user_guide_src/source/outgoing/view_cells.rst
@@ -256,7 +256,7 @@ You can pass additional parameters to the ``mount()`` method by passing them as
256
}
257
258
// Called in main View:
259
- <?= view_cell('RecentPosts::show', ['categoryId' => 5]); ?>
+ <?= view_cell('RecentPosts', ['categoryId' => 5]); ?>
260
261
************
262
Cell Caching
0 commit comments