hasMany(Simple::class); } public function regularBelongsToMany(): BelongsToMany { return $this->belongsToMany(Simple::class); } }