Skip to content

Commit 07036cb

Browse files
authored
Use Hyperf\Context\ApplicationContext instead of Hyperf\Utils\ApplicationContext. (#5621)
1 parent a7c5f08 commit 07036cb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/DisableEventDispatcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212
namespace Hyperf\Command;
1313

14-
use Hyperf\Utils\ApplicationContext;
14+
use Hyperf\Context\ApplicationContext;
1515
use Psr\EventDispatcher\EventDispatcherInterface;
1616
use Symfony\Component\Console\Input\InputInterface;
1717
use Symfony\Component\Console\Input\InputOption;

tests/CommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212
namespace HyperfTest\Command;
1313

14-
use Hyperf\Utils\ApplicationContext;
14+
use Hyperf\Context\ApplicationContext;
1515
use Hyperf\Utils\Reflection\ClassInvoker;
1616
use HyperfTest\Command\Command\DefaultSwooleFlagsCommand;
1717
use HyperfTest\Command\Command\FooCommand;

0 commit comments

Comments
 (0)