Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Call to a member function bcc() on null
- $inquiry->notify(new SupportEmail("[email protected]", $inquiry->email))->bcc("[email protected]", "[email protected]");
- $inquiry->notify(
- (new SupportEmail("[email protected]", $inquiry->email))
- ->bcc("[email protected]", "[email protected]")
- ;
Add Comment
Please, Sign In to add comment