- Updated codeception test cases

- Fixed controllers
- Removed unused controller Thread
This commit is contained in:
bison-paolo
2016-11-15 17:00:01 +01:00
parent 3e618a991b
commit 2a0cd525dd
12 changed files with 39 additions and 79 deletions
@@ -23,7 +23,7 @@ class Uebung extends APIv1_Controller
{
parent::__construct();
// Load model UebungModel
$this->load->model('Education/uebung_model', 'UebungModel');
$this->load->model('education/uebung_model', 'UebungModel');
}
/**