mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 02:12:17 +00:00
Fixed Broken Unit Tests
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
<?php
|
||||
class Scrumteam_model extends DB_Model
|
||||
{
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
$this->dbTable = 'fue.tbl_scrumteam';
|
||||
$this->pk = 'scrumteam_kurzbz';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user