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
{
"message": "Access level to Symfony\\Component\\Mime\\Address::$address must be public (as in class Illuminate\\Mail\\Mailables\\Address)",
"exception": "Symfony\\Component\\ErrorHandler\\Error\\FatalError",
"file": "/var/www/ipala-udev/vendor/symfony/mime/Address.php",
"line": 25,
"trace": []
}
open file `/vendor/symfony/mime/Address.php ide phpstorm immediately tells me what to change to public and the error is changing
{
"message": "Type of Symfony\\Component\\Mime\\Address::$address must not be defined (as in class Illuminate\\Mail\\Mailables\\Address)",
"exception": "Symfony\\Component\\ErrorHandler\\Error\\FatalError",
"file": "/var/www/ipala-udev/vendor/symfony/mime/Address.php",
"line": 25,
"trace": []
}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I don't know this is the right place to ask a question. I'm trying to send a letter on laravel 10.13.1
php artisan make:mail TokenVerification --markdown=emails.token
Mail::to('[email protected]')->send(new TokenVerification());
and i get an error
open file `/vendor/symfony/mime/Address.php ide phpstorm immediately tells me what to change to public and the error is changing
Please, any ideas what I'm doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions