From c36e30af1eeea9600830eeaf5b5338b2ca1f7c92 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 11 Aug 2014 09:13:41 +0200 Subject: [PATCH] Remove DbBackendForm::getConfig as it's not used anywhere refs #5525 --- .../Config/Authentication/DbBackendForm.php | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/application/forms/Config/Authentication/DbBackendForm.php b/application/forms/Config/Authentication/DbBackendForm.php index 5512e87ea..de024c16e 100644 --- a/application/forms/Config/Authentication/DbBackendForm.php +++ b/application/forms/Config/Authentication/DbBackendForm.php @@ -81,23 +81,6 @@ class DbBackendForm extends BaseBackendForm ); } - /** - * Return the datatbase authentication backend configuration for this form - * - * @return array - * - * @see BaseBackendForm::getConfig() - */ - public function getConfig() - { - return array( - $this->getValue('name') => array( - 'backend' => 'db', - 'resource' => $this->getValue('resource') - ) - ); - } - /** * Validate the current configuration by creating a backend and requesting the user count *