belongsTo(Group::class); } public function companies() { return $this->hasMany(Company::class); } }