I have installed laravel 8.55.0 and installed fortify with it for the authentication handling. Registration is working fine and login also validation is working fine. but when I enter email and password (either right or wrong) it's displaying Class 'App\Providers\User' not found I checked all files but cannot find the problem, can you guys please suggest a good solution for the problem:
in App\Providers\FortifyServiceProvider.php add this line:
use App\Models\User;