Can’t add new contacts by programmatically
-
$subscriber = FluentCrm\App\Models\Subscriber::create(
[
'first_name' => 'John',
'last_name' => 'Doe',
'email' => '[email protected]',
'status' => 'subscribed',
]
);I can’t add a new contact with the below method. It shows this fatal error – Call to undefined method FluentCrm\Framework\Database\Query\Builder::create().
Please check the screenshot – https://prnt.sc/5jLBtTvyUeLj
Can you please give me any solution?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.