diff options
Diffstat (limited to 'app/Controller/Ical.php')
-rw-r--r-- | app/Controller/Ical.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Controller/Ical.php b/app/Controller/Ical.php index e89b7e38..ee2b1518 100644 --- a/app/Controller/Ical.php +++ b/app/Controller/Ical.php @@ -1,8 +1,8 @@ <?php -namespace Controller; +namespace Kanboard\Controller; -use Model\TaskFilter; +use Kanboard\Model\TaskFilter; use Eluceo\iCal\Component\Calendar as iCalendar; /** |