protected function afterCreate(): void
{
//companies that you want to attach
$companies = [1,2,3..];
//use sync or attach to attach the companies
$this->record->companies()->sync($companies);
}
protected function afterCreate(): void
{
//companies that you want to attach
$companies = [1,2,3..];
//use sync or attach to attach the companies
$this->record->companies()->sync($companies);
}