diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-09-20 18:24:15 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-09-20 18:24:15 -0400 |
commit | e6f547abcfe684658a7498391db72d13b6aa7d9a (patch) | |
tree | 75b709c12fb03e11d7cb85558558f89f19abb284 /app/Model/TimetableExtra.php | |
parent | 2021dccc5a444f60c5ba1673d94b39999912cd26 (diff) |
Move timetable to a plugin
Plugin repository: https://github.com/kanboard/plugin-timetable
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'; -} |