<?php

class KorsupgahTemplateSubIndikator extends \Phalcon\Mvc\Model
{

    public function initialize()
    {
        $this->setSchema('jaga');
        $this->setSource('korsupgah_template_sub_indikator');
    }
}
