You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Laravel 8 and
php artisan openapi:make-schema User -m User command is not working correctly.
because of new namespace for Models App\Models\User
i fixed this in my project by adding 1 line in SchemaFactoryMakeCommad class.