We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bfb8041 + c28b28f commit edf316fCopy full SHA for edf316f
src/Console/Commands/ListThemes.php
@@ -40,7 +40,7 @@ public function handle()
40
'vendor' => $theme->getVendor(),
41
'version' => $theme->getVersion(),
42
'description' => $theme->getDescription(),
43
- 'extends' => $theme->getParent() ? $theme->getParent() : '',
+ 'extends' => $theme->getParent() ? $theme->getParent()->getName() : '',
44
'default' => $theme->getName() === config('themes-manager.fallback_theme') ? 'X' : '',
45
];
46
}
0 commit comments