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: