Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions templates/bake/Command/command.twig
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,6 @@ class {{ name }}Command extends Command
*/
protected string $name = '{{ command_name }}';

/**
* Get the default command name.
*
* @return string
*/
public static function defaultName(): string
{
return '{{ command_name }}';
}

/**
* Get the command description.
*
Expand Down
10 changes: 0 additions & 10 deletions tests/comparisons/Command/testBakePlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,6 @@ class ExampleCommand extends Command
*/
protected string $name = 'test_bake example';

/**
* Get the default command name.
*
* @return string
*/
public static function defaultName(): string
{
return 'test_bake example';
}

/**
* Get the command description.
*
Expand Down
Loading