Skip to content

Commit

Permalink
SUPESC-932 nonsplit to split merge (#1674)
Browse files Browse the repository at this point in the history
* SUPESC-932 Changed format single key for synchronization. (#9300)

SUPESC-932 Changed format single key for synchronization.

* SUPESC-932 Merge nonsplit/master.

---------

Co-authored-by: Alexander Veselov <[email protected]>
Co-authored-by: Spryker Bot <[email protected]>
  • Loading branch information
3 people authored Jan 15, 2025
1 parent 65599e3 commit c21bb85
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 23 deletions.
46 changes: 23 additions & 23 deletions composer.lock

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

27 changes: 27 additions & 0 deletions src/Pyz/Service/Synchronization/SynchronizationConfig.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?php

/**
* This file is part of the Spryker Suite.
* For full license information, please view the LICENSE file that was distributed with this source code.
*/

declare(strict_types = 1);

namespace Pyz\Service\Synchronization;

use Spryker\Service\Synchronization\SynchronizationConfig as SprykerSynchronizationConfig;

class SynchronizationConfig extends SprykerSynchronizationConfig
{
/**
* {@inheritDoc}
*
* @api
*
* @return bool
*/
public function isSingleKeyFormatNormalized(): bool
{
return true;
}
}

0 comments on commit c21bb85

Please sign in to comment.