From a85e1f4f248fb6bd0e7e00ff257e504e6c88655c Mon Sep 17 00:00:00 2001 From: Platonides Date: Wed, 19 Sep 2018 00:52:35 +0200 Subject: [PATCH] Update the class naming --- AuthWMESbyDB.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AuthWMESbyDB.php b/AuthWMESbyDB.php index df2ab9c..e8d2ae4 100644 --- a/AuthWMESbyDB.php +++ b/AuthWMESbyDB.php @@ -19,7 +19,7 @@ * GNU General Public License for more details. */ -class AuthWMESbyDB extends \ls\pluginmanager\AuthPluginBase +class AuthWMESbyDB extends \LimeSurvey\PluginManager\AuthPluginBase { protected $storage = 'DbStorage'; -- 2.30.2