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 78e03de commit 6b7b227Copy full SHA for 6b7b227
composer.json
@@ -25,6 +25,7 @@
25
"hyperf/di": "~2.2.0",
26
"hyperf/framework": "~2.2.0",
27
"hyperf/http-server": "~2.2.0",
28
+ "hyperf/macroable": "~2.2.0",
29
"hyperf/translation": "~2.2.0",
30
"hyperf/utils": "~2.2.0",
31
"nesbot/carbon": "^2.21",
src/Rule.php
@@ -11,8 +11,8 @@
11
*/
12
namespace Hyperf\Validation;
13
14
+use Hyperf\Macroable\Macroable;
15
use Hyperf\Utils\Contracts\Arrayable;
-use Hyperf\Utils\Traits\Macroable;
16
17
class Rule
18
{
0 commit comments