Skip to content

Commit 0c5639c

Browse files
committed
Moved annotation Command into hyperf\command.
1 parent 85c12ac commit 0c5639c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Command/FlushFailedMessageCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
namespace Hyperf\AsyncQueue\Command;
1414

1515
use Hyperf\AsyncQueue\Driver\DriverFactory;
16-
use Hyperf\Framework\Annotation\Command;
16+
use Hyperf\Command\Annotation\Command;
1717
use Psr\Container\ContainerInterface;
1818
use Symfony\Component\Console\Command\Command as SymfonyCommand;
1919
use Symfony\Component\Console\Input\InputArgument;

src/Command/InfoCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
namespace Hyperf\AsyncQueue\Command;
1414

1515
use Hyperf\AsyncQueue\Driver\DriverFactory;
16-
use Hyperf\Framework\Annotation\Command;
16+
use Hyperf\Command\Annotation\Command;
1717
use Psr\Container\ContainerInterface;
1818
use Symfony\Component\Console\Command\Command as SymfonyCommand;
1919
use Symfony\Component\Console\Input\InputArgument;

src/Command/ReloadFailedMessageCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
namespace Hyperf\AsyncQueue\Command;
1414

1515
use Hyperf\AsyncQueue\Driver\DriverFactory;
16-
use Hyperf\Framework\Annotation\Command;
16+
use Hyperf\Command\Annotation\Command;
1717
use Psr\Container\ContainerInterface;
1818
use Symfony\Component\Console\Command\Command as SymfonyCommand;
1919
use Symfony\Component\Console\Input\InputArgument;

0 commit comments

Comments
 (0)