This commit is contained in:
2024-12-23 15:47:03 +03:00
parent de690dfd39
commit c23b84bcea
4 changed files with 40 additions and 5 deletions

View File

@ -117,7 +117,7 @@ class AdminThemeService
$modulesInfo = json_decode($modulesInfo->getBody()->getContents(), true);
$themeInfo = $this->getAdminThemeInfo($slug);
Debug::dd($themeInfo);
// Debug::dd($themeInfo);
foreach ($modulesInfo as $mod) {
if ($mod['slug'] === $themeInfo['slug'] && $mod['version'] === $themeInfo['version']) {
return true;