Skip to content

Commit

Permalink
title updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sevannerse committed Dec 28, 2021
1 parent 6cfb2ef commit 4d1e704
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AkauntingCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ public function collect()
$modules[$module->alias] = [
'Installed Version' => module($module->alias)->get('version'),
'Latest Version' => isset($versions[$module->alias]) ? $versions[$module->alias] : 'N/A',
'Is Enabled' => $module->enabled,
'Is Exists' => $this->moduleExists($module->alias),
'Enabled' => $module->enabled,
'Exists' => $this->moduleExists($module->alias),
];
});

Expand Down

0 comments on commit 4d1e704

Please # to comment.