void
__construct(Builder $query, Model $parent, string $name, string $table, string $foreignKey, string $otherKey, string $relationName = null, bool $inverse = false)
Create a new morph to many relationship instance. Parameters Builder $query Model $parent string $name string $table string $foreignKey string $otherKey string $relationName bool $inverse Return Value void