We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 892a13a commit 3a7342dCopy full SHA for 3a7342d
src/Actions/InstallShop.php
@@ -51,7 +51,7 @@ public function __construct(
51
IShopQuery $shopQuery,
52
IShopCommand $shopCommand,
53
VerifyThemeSupport $verifyThemeSupport
54
- ){
+ ) {
55
$this->shopQuery = $shopQuery;
56
$this->shopCommand = $shopCommand;
57
$this->verifyThemeSupport = $verifyThemeSupport;
0 commit comments