Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ycs77 committed Jun 15, 2019
1 parent 5f21fbe commit 1cfa699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Wizard::routes('wizard/user', 'UserSetupWizardController', 'wizard.user');
### 2. Set steps

This is generated NameStep class, you can to `rules` method set form validation, and save `$data` to your database via the `saveData` method:
This is generated NameStep class, you can to `setModel` method get the model, to `rules` method set form validation, and save `$data` to your database via the `saveData` method:

*app/Steps/User/NameStep.php*
```php
Expand Down

0 comments on commit 1cfa699

Please sign in to comment.