Guest User

Untitled

a guest
May 23rd, 2018
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. Call to a member function bcc() on null
  2.  
  3. $inquiry->notify(new SupportEmail("user@user.com", $inquiry->email))->bcc("example@example.com", "admin@admin.com");
  4.  
  5. $inquiry->notify(
  6. (new SupportEmail("user@user.com", $inquiry->email))
  7. ->bcc("example@example.com", "admin@admin.com")
  8. ;
Add Comment
Please, Sign In to add comment