BelongsTo (Database\Eloquent\Relations)

BelongsTo

class BelongsTo extends Relation (View source)

Methods

void __construct( Builder $query, Model $parent, string $foreignKey, string $otherKey, string $relation)

Create a new belongs to relationship instance.