fix: change namespaces

This commit is contained in:
2018-11-25 18:41:20 -06:00
parent 98b67855ca
commit 4d96cc4e8c
6 changed files with 36 additions and 76 deletions

View File

@@ -1,11 +1,11 @@
<?php
namespace Aerex\TaskwarriorPlugin\Processors;
use Aerex\TaskwarriorPlugin\TaskwarriorManager;
namespace Aerex\TaskwarriorPlugin;
use Aerex\TaskwarriorPlugin\Taskwarrior\TaskwarriorManager;
use Sabre\VObject\Component\VTodo;
/**
* Class ToDo
* Class CalendarProcessor
*
* @author Aerex
*/
@@ -41,3 +41,4 @@ class CalendarProcessor
?>