Skip to content

Commit 9b9de5b

Browse files
FRW-2289 Allow to configure date field type for Archivable and Timestampable propel behaviors. (#10682)
FRW-2289 Allow to configure date field type for `Archivable` and `Timestampable` propel behaviors.
1 parent c651efb commit 9b9de5b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Spryker/Zed/Development/Business/Composer/Updater/AutoloadUpdater.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ class AutoloadUpdater implements UpdaterInterface
6969
*/
7070
public const BASE_FILTER_DIRECTORY = 'Filter';
7171

72+
/**
73+
* @var string
74+
*/
75+
public const POLYFILL_NAMESPACE = 'Polyfill';
76+
7277
/**
7378
* @var string
7479
*/
@@ -174,6 +179,7 @@ class AutoloadUpdater implements UpdaterInterface
174179
self::BASE_FILTER_DIRECTORY,
175180
self::SPRYKER_SDK_NAMESPACE,
176181
self::SPRYKER_MERCHANT_PORTAL_NAMESPACE,
182+
self::POLYFILL_NAMESPACE,
177183
];
178184

179185
/**

0 commit comments

Comments
 (0)