ErrorException
Attempt to read property on null
An unhandled exception occurred on line 682
679 |
|
---|---|
680 |
|
681 |
|
682 |
|
683 |
|
684 |
|
Solution
I tried to send the username in an email. There for i had to do $this->user = $user; in my constructor of the WelcomeMail class but instead i did $this->$user = $user; That caused the error 'Attempt to read property username on null'.
Apr 06, 2021
•
Anyone
Install the browser extension
Found this solution helpful? Try our extension for quick solutions to your Laravel errors.
Add to Chrome - It's free
0 replies