Skip to content

Commit 4c2d843

Browse files
dermatzCopilot
andauthored
Update src/Console/Command/Theme/CopyFromVendorCommand.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d40b3c5 commit 4c2d843

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Console/Command/Theme/CopyFromVendorCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function __construct(
4646
*/
4747
protected function configure(): void
4848
{
49-
$this->setName('mageforge:theme:copy-from-vendor')
49+
$this->setName($this->getCommandName('theme', 'copy-from-vendor'))
5050
->setDescription('Copy a file from vendor/ to a specific theme with correct path resolution')
5151
->setAliases(['theme:copy'])
5252
->addArgument('file', InputArgument::REQUIRED, 'Path to the source file (vendor/...)')

0 commit comments

Comments
 (0)