Skip to content

Commit 29597b1

Browse files
authored
Merge pull request #3 from meminuygur/patch-1
namespace correction for InputOption
2 parents 022df0c + 98c3bc7 commit 29597b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Console/Command/ThemeCreateCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace Yireo\ThemeCommands\Console\Command;
66

7-
use Composer\Console\Input\InputOption;
7+
use Symfony\Component\Console\Input\InputOption;
88
use Magento\Framework\Component\ComponentRegistrar;
99
use Magento\Framework\Filesystem\DirectoryList;
1010
use Symfony\Component\Console\Command\Command;

0 commit comments

Comments
 (0)