class HigherOrderBuilderProxy (View source)
| protected Builder | $builder | The collection being operated on. | |
| protected string | $method | The method being proxied. | 
| void | __construct(Builder $builder, string $method) Create a new proxy instance. | |
| mixed | __call(string $method, array $parameters) Proxy a scope call onto the query builder. | 
Create a new proxy instance.
Proxy a scope call onto the query builder.
    © Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
    https://laravel.com/api/8.x/Illuminate/Database/Eloquent/HigherOrderBuilderProxy.html