Skip to content

Commit 3f9345d

Browse files
authored
[10.x] Remove option from make:rule re-added by mistake (#44543)
PR #44016 re-added the `--invokable` option to the `MakeRuleCommand` after it was removed by PR #43868 As Invokable rules will be the default in 10.x, this PR removes this option again.
1 parent ca7970e commit 3f9345d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Illuminate/Foundation/Console/RuleMakeCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ protected function getOptions()
8484
return [
8585
['force', 'f', InputOption::VALUE_NONE, 'Create the class even if the rule already exists'],
8686
['implicit', 'i', InputOption::VALUE_NONE, 'Generate an implicit rule'],
87-
['invokable', null, InputOption::VALUE_NONE, 'Generate a single method, invokable rule class'],
8887
];
8988
}
9089
}

0 commit comments

Comments
 (0)