mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 09:51:10 -06:00
advs module added to deferred for dynamic route
This commit is contained in:
parent
0d88dea4b7
commit
8ca36c7e41
@ -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',
|
||||
]
|
||||
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user