At last paragraph the command to create a wizard step are wrong. ```shell php artisan make:wizard ChooseSubscriptionStep RegistrationWizard ``` When... ```shell php artisan make:wizard-step ChooseSubscriptionStep RegistrationWizard ``` Cya.