We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cfb2ef commit 4d1e704Copy full SHA for 4d1e704
src/AkauntingCollector.php
@@ -60,8 +60,8 @@ public function collect()
60
$modules[$module->alias] = [
61
'Installed Version' => module($module->alias)->get('version'),
62
'Latest Version' => isset($versions[$module->alias]) ? $versions[$module->alias] : 'N/A',
63
- 'Is Enabled' => $module->enabled,
64
- 'Is Exists' => $this->moduleExists($module->alias),
+ 'Enabled' => $module->enabled,
+ 'Exists' => $this->moduleExists($module->alias),
65
];
66
});
67
0 commit comments