mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 00:24:35 +00:00
- Renamed every controller that has conflicts with class name
- Added routes to renamed controllers - Fixed controllers parameters in get method
This commit is contained in:
@@ -8,6 +8,6 @@ class Zgvgruppe_model extends DB_Model
|
||||
{
|
||||
parent::__construct();
|
||||
$this->dbTable = 'bis.tbl_zgvgruppe';
|
||||
$this->pk = '';
|
||||
$this->pk = 'gruppe_kurzbz';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user