Skip to content

Commit

Permalink
Remove passing of variable, to move to a model/helper
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed May 1, 2023
1 parent 2b13953 commit 7f67918
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Controller/ContentCleanerController.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ public function show()
'title' => t('Settings') .' ⥂ '.t('Content Cleaner'),
'db_size' => $this->configModel->getDatabaseSize(),
'db_version' => $this->db->getDriver()->getDatabaseVersion(),
'deletable_plugins' => PluginCleaningController::getInstance($this->container)->getDeletablePlugins(),
)));
}
}

0 comments on commit 7f67918

Please sign in to comment.