Removed Model of legacy Table

This commit is contained in:
Andreas Österreicher
2018-02-09 15:19:33 +01:00
parent e2e4f03c59
commit a6247c464f
2 changed files with 0 additions and 15 deletions
@@ -1,14 +0,0 @@
<?php
class Zeitfenster_model extends DB_Model
{
/**
* Constructor
*/
public function __construct()
{
parent::__construct();
$this->dbTable = 'lehre.tbl_zeitfenster';
$this->pk = array('wochentag', 'studiengang_kz', 'ort_kurzbz', 'stunde');
}
}