Owl\Repositories\Fluent\TemplateRepository::getAll PHP Method

getAll() public method

Get all template data.
public getAll ( ) : stdClass
return stdClass
    public function getAll()
    {
        return \DB::table($this->getTableName())->orderBy('id', 'asc')->get();
    }