Answers for "view variables not sending when queueing email"

0

view variables not sending when queueing email

public $user;

    /**
     * Create a new mailable instance.
     *
     * @param AppUser $user
     */
    public function __construct($user)
    {
        $this->user = $user;
    }
Posted by: Guest on February-07-2022

Browse Popular Code Answers by Language