diff options
-rw-r--r-- | app/Controller/App.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Controller/App.php b/app/Controller/App.php index 41be4608..80c04801 100644 --- a/app/Controller/App.php +++ b/app/Controller/App.php @@ -3,7 +3,6 @@ namespace Controller; use Model\Subtask as SubtaskModel; -use Model\Task as TaskModel; /** * Application controller |