Artesaos\Defender\Repositories\Eloquent\AbstractEloquentRepository::all PHP Method

all() public method

Returns all from the current model.
public all ( ) : static
return static
    public function all()
    {
        return $this->model->all();
    }