Skip to content

Commit 082eca6

Browse files
committed
Hyperf\Utils\Contracts\Arrayable will be deprecated, please use Hyperf\Contract\Arrayable instead.
1 parent 71a9f5f commit 082eca6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Command.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\Contracts\Arrayable;
14+
use Hyperf\Contract\Arrayable;
1515
use Hyperf\Utils\Coroutine;
1616
use Hyperf\Utils\Str;
1717
use Psr\EventDispatcher\EventDispatcherInterface;

0 commit comments

Comments
 (0)