Fixed models

This commit is contained in:
Paolo
2019-04-26 12:43:51 +02:00
parent 3a692f8a5e
commit c84c484a2a
147 changed files with 2132 additions and 46 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ class Zgv extends APIv1_Controller
{
parent::__construct(array('Zgv' => 'basis/zgv:rw'));
// Load model ZgvModel
$this->load->model('codex/zgv_model', 'ZgvModel');
$this->load->model('codex/Zgv_model', 'ZgvModel');
}
/**