mirror of
https://github.com/vrana/adminer.git
synced 2026-02-26 00:21:24 +01:00
Use namespaces in plugins
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
* @license https://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
|
||||
* @license https://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
|
||||
*/
|
||||
class AdminerPlugin extends Adminer {
|
||||
class AdminerPlugin extends Adminer\Adminer {
|
||||
/** @access protected */
|
||||
var $plugins;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user