We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45cca36 commit 1c27c8dCopy full SHA for 1c27c8d
src/Console/Command/Theme/WatchCommand.php
@@ -58,10 +58,8 @@ protected function configure()
58
*/
59
protected function executeCommand(InputInterface $input, OutputInterface $output): int
60
{
61
- // Prüfen auf Argument und Option für den Theme-Code
62
$themeCode = $input->getArgument('themeCode');
63
64
- // Falls kein Argument vorhanden, prüfe auf Option (für Abwärtskompatibilität)
65
if (empty($themeCode)) {
66
$themeCode = $input->getOption('theme');
67
}
0 commit comments