Guest User

Untitled

a guest
May 23rd, 2018
164
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("[email protected]", $inquiry->email))->bcc("[email protected]", "[email protected]");
  4.  
  5. $inquiry->notify(
  6. (new SupportEmail("[email protected]", $inquiry->email))
  7. ;
Add Comment
Please, Sign In to add comment