Skip to content
This repository was archived by the owner on Mar 1, 2025. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphjsmit committed Feb 16, 2022
1 parent ecb417b commit aa5ee39
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [
Expand All @@ -513,8 +511,6 @@ params): array
}
```
```

## Inline forms
You may also **display inline forms** on a page like this:
Expand Down

0 comments on commit aa5ee39

Please sign in to comment.