diff --git a/resources/streams/config/addons.php b/resources/streams/config/addons.php index a3f0b464e..7a64e9e31 100644 --- a/resources/streams/config/addons.php +++ b/resources/streams/config/addons.php @@ -13,8 +13,8 @@ return [ */ 'eager' => [ - 'core/anomaly/settings-module', - 'core/anomaly/preferences-module' + 'vendor/anomaly/settings-module', + 'vendor/anomaly/preferences-module', ], /* @@ -28,8 +28,9 @@ return [ */ 'deferred' => [ - 'core/anomaly/pages-module', - 'core/anomaly/redirects-module' + 'vendor/anomaly/pages-module', + 'vendor/anomaly/redirects-module', + 'vendor/visiosoft/advs-module', ] ];