Wizard Step type error
I have gone through the video on Dans youtube showing how to implement the wizard, however when i go to the create page it gives me this error.
I went back through the video and the wizard documentation page and i don't understand what i am doing wrong.
Solution:Jump to solution
```php
public function getSteps(): array
{
return [
Wizard\Step::make('Order')...
6 Replies
Can you share your code?
Yes sure which part should i share?
The Wizard code and the steps
Solution
Thank you very much @Leandro Ferreira I see what i did wrong now