Skip to content

Commit 1c27c8d

Browse files
dermatzMorgy93
andauthored
Update src/Console/Command/Theme/WatchCommand.php
Co-authored-by: Thomas Hauschild <[email protected]>
1 parent 45cca36 commit 1c27c8d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Console/Command/Theme/WatchCommand.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,8 @@ protected function configure()
5858
*/
5959
protected function executeCommand(InputInterface $input, OutputInterface $output): int
6060
{
61-
// Prüfen auf Argument und Option für den Theme-Code
6261
$themeCode = $input->getArgument('themeCode');
6362

64-
// Falls kein Argument vorhanden, prüfe auf Option (für Abwärtskompatibilität)
6563
if (empty($themeCode)) {
6664
$themeCode = $input->getOption('theme');
6765
}

0 commit comments

Comments
 (0)