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/Controller/Timetableextra.php | |
parent | 2021dccc5a444f60c5ba1673d94b39999912cd26 (diff) |
Move timetable to a plugin
Plugin repository: https://github.com/kanboard/plugin-timetable
Diffstat (limited to 'app/Controller/Timetableextra.php')
-rw-r--r-- | app/Controller/Timetableextra.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/app/Controller/Timetableextra.php b/app/Controller/Timetableextra.php deleted file mode 100644 index 7c6fe265..00000000 --- a/app/Controller/Timetableextra.php +++ /dev/null @@ -1,16 +0,0 @@ -<?php - -namespace Controller; - -/** - * Over-time Timetable controller - * - * @package controller - * @author Frederic Guillot - */ -class Timetableextra extends Timetableoff -{ - protected $model = 'timetableExtra'; - protected $controller_url = 'timetableextra'; - protected $template_dir = 'timetable_extra'; -} |