1 | <?php |
||
11 | class TelefonicaScope implements Scope |
||
12 | { |
||
13 | /** |
||
14 | * Apply the scope to a given Eloquent query builder. |
||
15 | * |
||
16 | * @param \Illuminate\Database\Eloquent\Builder $builder |
||
17 | * @param \Illuminate\Database\Eloquent\Model $entity |
||
18 | * |
||
19 | * @return void |
||
20 | */ |
||
21 | public function apply(Builder $builder, Entity $entity): void |
||
34 | } |
||
35 |