From aa5ee395c7b10a85106d229d4556cd0d94638d26 Mon Sep 17 00:00:00 2001 From: "Ralph J. Smit" <59207045+ralphjsmit@users.noreply.github.com> Date: Wed, 16 Feb 2022 12:20:29 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 25c32e3..12d6f5d 100644 --- a/README.md +++ b/README.md @@ -500,11 +500,9 @@ You may pass any custom parameters to the Blade component, however you like. Tho ``` ```php +public function getFormSchema(array $params): array { -public function getFormSchema(array $ -params): array -{ - dump($params); + // $params // [ 'x' => 'test', 'y' => 64, 'z' => true ] return [ @@ -513,8 +511,6 @@ params): array } ``` -``` - ## Inline forms You may also **display inline forms** on a page like this: