REBELinBLUE\Deployer\Repositories\EloquentTemplateRepository::getAll PHP Method

getAll() public method

public getAll ( )
    public function getAll()
    {
        return $this->model->orderBy('name')->get();
    }
EloquentTemplateRepository