mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-27 02:30:39 +00:00
google analytics fix
This commit is contained in:
@@ -200,6 +200,7 @@ class GetConfigAction
|
||||
'allowHomepage' => intval($settings->allow_homepage ?? 1),
|
||||
'teamsDefaultMembers' => intval($settings->default_max_team_member ?? 10),
|
||||
'legal' => $pages ? json_encode($pages) : 'undefined',
|
||||
'google_analytics' => optional($settings)->google_analytics ?? null,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user