mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
Merge pull request #1345 from serdarekremcakir/srdr-route
advs module added to deferred for dynamic route
This commit is contained in:
commit
8c80ab3134
@ -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