diff --git a/app/Controller/Ical.php b/app/Controller/Ical.php index 52e10fa10..8a7ed8b51 100644 --- a/app/Controller/Ical.php +++ b/app/Controller/Ical.php @@ -3,7 +3,6 @@ namespace Controller; use Model\TaskFilter; -use Model\Task as TaskModel; use Eluceo\iCal\Component\Calendar as iCalendar; /** diff --git a/app/Model/Notification.php b/app/Model/Notification.php index 3f9f9ed0b..34500483e 100644 --- a/app/Model/Notification.php +++ b/app/Model/Notification.php @@ -2,7 +2,6 @@ namespace Model; -use Core\Session; use Core\Translator; /**