Skip to content

Commit

Permalink
ACP-3824: updated composer, Added acl plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
vol4onok committed Sep 10, 2024
1 parent 886ae2e commit 90bd255
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 39 deletions.
80 changes: 41 additions & 39 deletions composer.lock

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

Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
use Spryker\Zed\SalesMerchantCommission\Communication\Plugin\AclMerchantPortal\SalesMerchantCommissionMerchantAclEntityRuleExpanderPlugin;
use Spryker\Zed\SalesMerchantPortalGui\Communication\Plugin\AclMerchantPortal\SalesMerchantPortalGuiMerchantAclRuleExpanderPlugin;
use Spryker\Zed\SalesOrderThreshold\Communication\Plugin\AclMerchantPortal\SalesOrderThresholdAclEntityConfigurationExpanderPlugin;
use Spryker\Zed\SalesPaymentMerchant\Communication\Plugin\AclMerchantPortal\SalesPaymentMerchantAclEntityConfigurationExpanderPlugin;
use Spryker\Zed\SecurityMerchantPortalGui\Communication\Plugin\AclMerchantPortal\SecurityMerchantPortalGuiMerchantUserAclRuleExpanderPlugin;
use Spryker\Zed\Shipment\Communication\Plugin\AclMerchantPortal\ShipmentAclEntityConfigurationExpanderPlugin;
use Spryker\Zed\StateMachine\Communication\Plugin\AclMerchantPortal\StateMachineAclEntityConfigurationExpanderPlugin;
Expand Down Expand Up @@ -209,6 +210,7 @@ protected function getAclEntityConfigurationExpanderPlugins(): array
new MerchantProfileAclEntityConfigurationExpanderPlugin(),
new MerchantRelationshipModelAclEntityConfigurationExpanderPlugin(),
new MerchantSalesOrderAclEntityConfigurationExpanderPlugin(),
new SalesPaymentMerchantAclEntityConfigurationExpanderPlugin(),
new MerchantStockAclEntityConfigurationExpanderPlugin(),
new MerchantUserAclEntityConfigurationExpanderPlugin(),
new OmsAclEntityConfigurationExpanderPlugin(),
Expand Down

0 comments on commit 90bd255

Please sign in to comment.