Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Peccatte <hugues.peccatte@gmail.com>2015-09-05 01:33:42 +0300
committerHugues Peccatte <hugues.peccatte@gmail.com>2015-09-05 01:33:42 +0300
commit178a6edd3825c9c60197512a22033242f9deaa15 (patch)
tree10da0ae3d341090c822d2dc2e16ba08a4549ab7a /schema_export.php
parent76312727c8ec0be6d276dd6d377023cb4d255e43 (diff)
Add namespace on part of plugins classes.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
Diffstat (limited to 'schema_export.php')
-rw-r--r--schema_export.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/schema_export.php b/schema_export.php
index 15a1c67b5a..0ea0c845eb 100644
--- a/schema_export.php
+++ b/schema_export.php
@@ -5,6 +5,7 @@
*
* @package PhpMyAdmin
*/
+use PMA\libraries\plugins\SchemaPlugin;
/**
* Gets some core libraries