some
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user