fix: Used correct namespace

- fix: Removed <? at end of file
This commit is contained in:
Aerex
2020-02-26 01:37:23 -06:00
parent 75ccc2d316
commit 06e67dec3c
4 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
<?php
namespace Aerex\TaskwarriorPlugin\Taskwarrior\Commands;
use Aerex\TaskwarriorPlugin\Taskwarrior\Task;
namespace Aerex\TaskwarriorPlugin\TW\Commands;
use Aerex\TaskwarriorPlugin\TW\Task;
use Aerex\TaskwarriorPlugin\Config;
use Symfony\Component\Process\Process;
use Symfony\Component\Process\Exception\ProcessFailedException;