Remove PMA namespace

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
This commit is contained in:
Maurício Meneghini Fauth 2017-07-20 23:57:06 -03:00
parent 74b292a0d7
commit f0b1a7db18
2 changed files with 1 additions and 1 deletions

View File

@ -26,6 +26,7 @@ phpMyAdmin - ChangeLog
- issue #13145 Improved layout of operations pages
- issue #13448 Add "format" query button in edit view form
- issue #6241 Implement Responsive Design/mobile interface
- issue Use a single location for classes under PhpMyAdmin namespace
4.7.4 (not yet released)
- issue #13415 Remove shadow from the logo

View File

@ -22,7 +22,6 @@
"non-feature-branches": ["RELEASE_.*"],
"autoload": {
"psr-4": {
"PMA\\": "./",
"PhpMyAdmin\\": "libraries/classes",
"PhpMyAdmin\\Setup\\": "setup/lib"
}