Closed pgiannitsaros closed 4 years ago
I followed all instructions, using laravel 6.6.2 and exection occurs Unable to find a workflow for class "App\BlogPost"..
Unable to find a workflow for class "App\BlogPost".
I also want to mension that I couldn' find any database schema for blog_posts. Would you like to give a link about it for more details?
@gpanagiotis The supports attribute must contain the models which you are defining the workflow for. I can be any model in your application.
supports
I followed all instructions, using laravel 6.6.2 and exection occurs
Unable to find a workflow for class "App\BlogPost".
.I also want to mension that I couldn' find any database schema for blog_posts. Would you like to give a link about it for more details?