Total Complexity | 1 |
Total Lines | 13 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
14 | class SynchronizationConfig extends SprykerSynchronizationConfig |
||
15 | { |
||
16 | /** |
||
17 | * @var string |
||
18 | */ |
||
19 | public const DEFAULT_SYNCHRONIZATION_POOL_NAME = 'synchronizationPool'; |
||
20 | |||
21 | /** |
||
22 | * @return bool |
||
23 | */ |
||
24 | public function isRepositorySyncExportPropelInstancePoolingDisabled(): bool |
||
29 |