From: Platonides Date: Tue, 18 Sep 2018 22:52:35 +0000 (+0200) Subject: Update the class naming X-Git-Url: http://gitweb.wikimedia.es/?a=commitdiff_plain;h=a85e1f4f248fb6bd0e7e00ff257e504e6c88655c;p=limesurvey%2FAuthWMESbyDB Update the class naming --- 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';