Define a many-to-many relationship.
public belongsToMany ( string $related, string $table = null, string $foreignKey = null, string $otherKey = null, string $relation = null ) : Illuminate\Database\Eloquent\Relations\BelongsToMany | ||
$related | string | |
$table | string | |
$foreignKey | string | |
$otherKey | string | |
$relation | string | |
Результат | Illuminate\Database\Eloquent\Relations\BelongsToMany |