Skip to content

Commit 6332eb2

Browse files
committed
documentation fix
1 parent 155170d commit 6332eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ $invoices = FM::layout('invoice')->where('customer_id', $customer->id)->orderByD
281281

282282
Get layout metadata, which includes field, portal, and value list information
283283
```
284-
$layoutMetadata = FM::layout('MyLayoutName')->getLayoutMetadata('MyLayoutName');
284+
$layoutMetadata = FM::getLayoutMetadata('MyLayoutName');
285285
```
286286

287287
Get layout metadata for a specific record

0 commit comments

Comments
 (0)