interface Illuminate / Database / Eloquent / Scope
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

Scope

Methods

public

apply ( Builder $builder , Model $model ) : void

Apply the scope to a given Eloquent query builder.

Parameters