Skip to content

Commit e1023f2

Browse files
committed
[BUGFIX] Add namespace declaration for command
The namespace declaration for command was missing, leading to an undefined constant. This is fixed now. Resolves: #746 Signed-off-by: Marcus Schwemer <marcus.schwemer@in2code.de>
1 parent f1ad683 commit e1023f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Classes/Command/CleanupUploadsCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
declare(strict_types = 1);
33
namespace In2code\Powermail\Command;
44

5+
use Symfony\Component\Console\Command\Command;
56
use Symfony\Component\Console\Input\InputArgument;
67
use Symfony\Component\Console\Input\InputInterface;
78
use Symfony\Component\Console\Output\OutputInterface;

0 commit comments

Comments
 (0)