Skip to content

Commit f759463

Browse files
author
Alistair Kearney
committed
Fixed README.md example controller code
1 parent 9678f33 commit f759463

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Here is an example of a completed controller:
9393
{
9494
$someEntryId = (int)Frontend::instance()
9595
->Page()
96-
->Params()['preference-id'];
96+
->Params()['some-id'];
9797

9898
$data = $request->request->all();
9999
$output = [];

0 commit comments

Comments
 (0)