mirror of
https://github.com/filamentphp/filament.git
synced 2026-09-24 15:42:09 +08:00
Update 03-creating-records.md
include `form` on the description to make it more clear
This commit is contained in:
@@ -324,7 +324,7 @@ public function hasSkippableSteps(): bool
|
||||
|
||||
### Sharing fields between the resource form and wizards
|
||||
|
||||
If you'd like to reduce the amount of repetition between the resource form and wizard steps, it's a good idea to extract public static resource functions for your fields, where you can easily retrieve an instance of a field from the schema or the wizard:
|
||||
If you'd like to reduce the amount of repetition between the resource form and wizard steps, it's a good idea to extract public static resource functions for your fields, where you can easily retrieve an instance of a field from the form schema or the wizard:
|
||||
|
||||
```php
|
||||
use Filament\Forms;
|
||||
|
||||
Reference in New Issue
Block a user