App\Repositories\Repository::getAll PHP Method

getAll() public method

public getAll ( ) : mixed
return mixed
    public function getAll()
    {
        return $this->query()->get();
    }