We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7dadf9 + 30c88c7 commit 05d8eacCopy full SHA for 05d8eac
1 file changed
src/imperazim/command/SubCommand.php
@@ -47,11 +47,6 @@ public function __construct(Command|SubCommand $parent) {
47
foreach ($this->config['arguments'] ?? [] as $argument) {
48
$this->addArgument($argument);
49
}
50
-
51
- // Inherit parent constraints
52
- foreach ($parent->getConstraints() as $constraint) {
53
- $this->addConstraint($constraint);
54
- }
55
56
57
/**
0 commit comments