We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 210a459 + 98c0fa8 commit 093b385Copy full SHA for 093b385
2 files changed
templates/bake/Command/command.twig
@@ -35,16 +35,6 @@ class {{ name }}Command extends Command
35
*/
36
protected string $name = '{{ command_name }}';
37
38
- /**
39
- * Get the default command name.
40
- *
41
- * @return string
42
- */
43
- public static function defaultName(): string
44
- {
45
- return '{{ command_name }}';
46
- }
47
-
48
/**
49
* Get the command description.
50
*
tests/comparisons/Command/testBakePlugin.php
@@ -20,16 +20,6 @@ class ExampleCommand extends Command
20
21
protected string $name = 'test_bake example';
22
23
24
25
26
27
28
29
30
- return 'test_bake example';
31
32
33
34
0 commit comments