-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception thrown in Sneaker when capturing an exception (ErrorException: Trying to get property of non-object) #7
Comments
local.ERROR: exception 'ErrorException' with message 'Trying to get property of non-object' in /var/www/html/simdev/vendor/laravel/framework/src/Illuminate/Mail/Mailable.php:376 |
@trinca Can you specify which version of Laravel you are using? Can you also check if |
Laravel version 5.3.6! Yes the from key is set. |
@trinca Closing this issue for now. If you face the issue again then feel free to open it again. |
I have just one address in config file: app/sneaker.php but this doesn’t meter because I tried with two addresses also.
So, the solution for me was to add a foreach in capture($exception) function , class Sneaker.php:
Can you correct this function?
Laravel version 5.3.6!
Thanks
The text was updated successfully, but these errors were encountered: