We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Archivable
Timestampable
1 parent c651efb commit 9b9de5bCopy full SHA for 9b9de5b
src/Spryker/Zed/Development/Business/Composer/Updater/AutoloadUpdater.php
@@ -69,6 +69,11 @@ class AutoloadUpdater implements UpdaterInterface
69
*/
70
public const BASE_FILTER_DIRECTORY = 'Filter';
71
72
+ /**
73
+ * @var string
74
+ */
75
+ public const POLYFILL_NAMESPACE = 'Polyfill';
76
+
77
/**
78
* @var string
79
@@ -174,6 +179,7 @@ class AutoloadUpdater implements UpdaterInterface
174
179
self::BASE_FILTER_DIRECTORY,
175
180
self::SPRYKER_SDK_NAMESPACE,
176
181
self::SPRYKER_MERCHANT_PORTAL_NAMESPACE,
182
+ self::POLYFILL_NAMESPACE,
177
183
];
178
184
185
0 commit comments