diff options
Diffstat (limited to 'app/Model/TimetableExtra.php')
-rw-r--r-- | app/Model/TimetableExtra.php | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/app/Model/TimetableExtra.php b/app/Model/TimetableExtra.php deleted file mode 100644 index 48db662d..00000000 --- a/app/Model/TimetableExtra.php +++ /dev/null @@ -1,22 +0,0 @@ -<?php - -namespace Model; - -use SimpleValidator\Validator; -use SimpleValidator\Validators; - -/** - * Timetable over-time - * - * @package model - * @author Frederic Guillot - */ -class TimetableExtra extends TimetableOff -{ - /** - * SQL table name - * - * @var string - */ - const TABLE = 'timetable_extra'; -} |