Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FRW-9176 nonsplit to split merge #1622

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .git.docker
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6f1a7372744d60d1736a2020c2074cba22cca547
8fde35456e60a7740380fdfdc0cc9170186c27cd
26 changes: 13 additions & 13 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions src/Pyz/Zed/MerchantGui/MerchantGuiDependencyProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,16 @@ protected function getMerchantUpdateFormViewExpanderPlugins(): array
];
}

/**
* @return array<\Spryker\Zed\MerchantGuiExtension\Dependency\Plugin\MerchantUpdateFormViewExpanderPluginInterface>
*/
protected function getMerchantViewFormViewExpanderPlugins(): array
{
return [
new MerchantUserViewMerchantUpdateFormViewExpanderPlugin(),
];
}

/**
* @return \Spryker\Zed\Kernel\Communication\Form\FormTypeInterface
*/
Expand Down
Loading