Я пытаюсь отправить подтверждение регистрации по электронной почте. Я создал
Код: Выделить всё
app>Mailers>AppMailerКод: Выделить всё
class AppMailer {
protected $mailer;
protected $from = 'admin@example.com';
protected $to;
protected $view;
protected $data = [];
public function __construct(Mailer $mailer)
{
$this->$mailer = $mailer; // Line 23
}
ErrorException in AppMailer.php line 23:
Object of class Illuminate\Mail\Mailer could not be converted to string
Источник: https://stackoverflow.com/questions/322 ... -to-string
Мобильная версия