DEV Community

Discussion on: Laravel: Approve New Registered Users from Administrator

Collapse
 
dm_254 profile image
Douglas Mandela

Argument 1 passed to App\Notifications\NewUser::__construct() must be an instance of App\Notifications\User, instance of App\User given, called in /var/www/html/adminApprove/app/Http/Controllers/Auth/RegisterController.php on line 76

that error?

Collapse
 
naimroslan profile image
naimroslan

hi. I am new in Laravel. Have you figured out about this error?

Collapse
 
istavros profile image
Stavros Ioannidis

People... you just need to add "use App\User;" after the namespace at the top of your file.