mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-26 09:04:28 +00:00
- Updated codeception test cases
- Fixed controllers - Removed unused controller Thread
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user