Skip to content

Commit

Permalink
Delete Unused Variable
Browse files Browse the repository at this point in the history
- #12
  • Loading branch information
aljawaid committed May 9, 2023
1 parent 8da0c42 commit 6488e68
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Controller/PluginCleaningController.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ public function confirmDeletePluginTables()
{
$this->response->html($this->template->render('contentCleaner:config/modals/plugin_deep_clean', array(
'plugin_job_name' => $this->request->getStringParam('plugin_job_name'),
'job_number' => $this->request->getStringParam('job_number'),
)));
}

Expand All @@ -66,7 +65,6 @@ public function confirmDeleteCoreTableColumns()
{
$this->response->html($this->template->render('contentCleaner:config/modals/plugin_deep_clean', array(
'plugin_job_name' => $this->request->getStringParam('plugin_job_name'),
'job_number' => $this->request->getStringParam('job_number'),
)));
}

Expand Down Expand Up @@ -96,7 +94,6 @@ public function confirmDeleteCoreTableEntries()
{
$this->response->html($this->template->render('contentCleaner:config/modals/plugin_deep_clean', array(
'plugin_job_name' => $this->request->getStringParam('plugin_job_name'),
'job_number' => $this->request->getStringParam('job_number'),
)));
}

Expand All @@ -117,7 +114,6 @@ public function confirmDeletePluginSchemaEntry()
{
$this->response->html($this->template->render('contentCleaner:config/modals/plugin_deep_clean', array(
'plugin_job_name' => $this->request->getStringParam('plugin_job_name'),
'job_number' => $this->request->getStringParam('job_number'),
)));
}

Expand Down

0 comments on commit 6488e68

Please sign in to comment.