LaravelBA\RouteBinder\RouteBinderServiceProvider::getBindings PHP Method

getBindings() protected method

protected getBindings ( ) : LaravelBA\RouteBinder\Bindings[] | Collection
return LaravelBA\RouteBinder\Bindings[] | Illuminate\Support\Collection
    protected function getBindings()
    {
        return Collection::make($this->binders)->filter(function ($item) {
            return $item instanceof Bindings;
        });
    }