We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eaf163 commit 896ec18Copy full SHA for 896ec18
config/sets/hyperf31.php
@@ -43,6 +43,11 @@
43
'Hyperf\Utils\CodeGen\PhpParser' => 'Hyperf\CodeParser\PhpParser',
44
'Hyperf\Utils\CodeGen\Project' => 'Hyperf\CodeParser\Project',
45
46
+ // Command
47
+ 'Hyperf\Command\ConfirmableTrait' => 'Hyperf\Command\Concerns\Confirmable',
48
+ 'Hyperf\Command\DisableEventDispatcher' => 'Hyperf\Command\Concerns\DisableEventDispatcher',
49
+ 'Hyperf\Command\NullDisableEventDispatcher' => 'Hyperf\Command\Concerns\NullDisableEventDispatcher',
50
+
51
// Contracts
52
'Hyperf\Utils\Contracts\Arrayable' => 'Hyperf\Contract\Arrayable',
53
'Hyperf\Utils\Contracts\Jsonable' => 'Hyperf\Contract\Jsonable',
0 commit comments