Move all classes to a sub-namespace

Signed-off-by: Vitor Mattos <vitor@php.rio>
This commit is contained in:
Vitor Mattos
2021-12-30 11:19:50 +01:00
committed by Julius Härtl
parent 24c8b2f4aa
commit f2b6934ac3
16 changed files with 168 additions and 173 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
namespace OCA\Deck\Command;
use OCA\Deck\Service\BoardImportCommandService;
use OCA\Deck\Service\Importer\BoardImportCommandService;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption;