From f4d862d4a994de3c1a129ce794b729234abe451b Mon Sep 17 00:00:00 2001 From: Artur Welp Date: Thu, 21 Mar 2019 21:16:12 -0300 Subject: [PATCH] Fixing namespace --- src/{DDLWrapper => BBDDL}/Db/Adapter/AdapterFactory.php | 0 src/{DDLWrapper => BBDDL}/Db/Adapter/AdapterInterface.php | 0 src/{DDLWrapper => BBDDL}/Db/Adapter/AdapterWrapper.php | 0 src/{DDLWrapper => BBDDL}/Db/Adapter/MysqlAdapter.php | 0 src/{DDLWrapper => BBDDL}/Db/Adapter/PdoAdapter.php | 0 src/{DDLWrapper => BBDDL}/Db/Adapter/PostgresAdapter.php | 0 src/{DDLWrapper => BBDDL}/Db/Adapter/ProxyAdapter.php | 0 src/{DDLWrapper => BBDDL}/Db/Adapter/SQLiteAdapter.php | 0 src/{DDLWrapper => BBDDL}/Db/Adapter/SqlServerAdapter.php | 0 src/{DDLWrapper => BBDDL}/Db/Adapter/TablePrefixAdapter.php | 0 src/{DDLWrapper => BBDDL}/Db/Adapter/WrapperInterface.php | 0 src/{DDLWrapper => BBDDL}/Db/Table.php | 0 src/{DDLWrapper => BBDDL}/Db/Table/Column.php | 0 src/{DDLWrapper => BBDDL}/Db/Table/ForeignKey.php | 0 src/{DDLWrapper => BBDDL}/Db/Table/Index.php | 0 src/{DDLWrapper => BBDDL}/Wrapper.php | 0 16 files changed, 0 insertions(+), 0 deletions(-) rename src/{DDLWrapper => BBDDL}/Db/Adapter/AdapterFactory.php (100%) rename src/{DDLWrapper => BBDDL}/Db/Adapter/AdapterInterface.php (100%) rename src/{DDLWrapper => BBDDL}/Db/Adapter/AdapterWrapper.php (100%) rename src/{DDLWrapper => BBDDL}/Db/Adapter/MysqlAdapter.php (100%) rename src/{DDLWrapper => BBDDL}/Db/Adapter/PdoAdapter.php (100%) rename src/{DDLWrapper => BBDDL}/Db/Adapter/PostgresAdapter.php (100%) rename src/{DDLWrapper => BBDDL}/Db/Adapter/ProxyAdapter.php (100%) rename src/{DDLWrapper => BBDDL}/Db/Adapter/SQLiteAdapter.php (100%) rename src/{DDLWrapper => BBDDL}/Db/Adapter/SqlServerAdapter.php (100%) rename src/{DDLWrapper => BBDDL}/Db/Adapter/TablePrefixAdapter.php (100%) rename src/{DDLWrapper => BBDDL}/Db/Adapter/WrapperInterface.php (100%) rename src/{DDLWrapper => BBDDL}/Db/Table.php (100%) rename src/{DDLWrapper => BBDDL}/Db/Table/Column.php (100%) rename src/{DDLWrapper => BBDDL}/Db/Table/ForeignKey.php (100%) rename src/{DDLWrapper => BBDDL}/Db/Table/Index.php (100%) rename src/{DDLWrapper => BBDDL}/Wrapper.php (100%) diff --git a/src/DDLWrapper/Db/Adapter/AdapterFactory.php b/src/BBDDL/Db/Adapter/AdapterFactory.php similarity index 100% rename from src/DDLWrapper/Db/Adapter/AdapterFactory.php rename to src/BBDDL/Db/Adapter/AdapterFactory.php diff --git a/src/DDLWrapper/Db/Adapter/AdapterInterface.php b/src/BBDDL/Db/Adapter/AdapterInterface.php similarity index 100% rename from src/DDLWrapper/Db/Adapter/AdapterInterface.php rename to src/BBDDL/Db/Adapter/AdapterInterface.php diff --git a/src/DDLWrapper/Db/Adapter/AdapterWrapper.php b/src/BBDDL/Db/Adapter/AdapterWrapper.php similarity index 100% rename from src/DDLWrapper/Db/Adapter/AdapterWrapper.php rename to src/BBDDL/Db/Adapter/AdapterWrapper.php diff --git a/src/DDLWrapper/Db/Adapter/MysqlAdapter.php b/src/BBDDL/Db/Adapter/MysqlAdapter.php similarity index 100% rename from src/DDLWrapper/Db/Adapter/MysqlAdapter.php rename to src/BBDDL/Db/Adapter/MysqlAdapter.php diff --git a/src/DDLWrapper/Db/Adapter/PdoAdapter.php b/src/BBDDL/Db/Adapter/PdoAdapter.php similarity index 100% rename from src/DDLWrapper/Db/Adapter/PdoAdapter.php rename to src/BBDDL/Db/Adapter/PdoAdapter.php diff --git a/src/DDLWrapper/Db/Adapter/PostgresAdapter.php b/src/BBDDL/Db/Adapter/PostgresAdapter.php similarity index 100% rename from src/DDLWrapper/Db/Adapter/PostgresAdapter.php rename to src/BBDDL/Db/Adapter/PostgresAdapter.php diff --git a/src/DDLWrapper/Db/Adapter/ProxyAdapter.php b/src/BBDDL/Db/Adapter/ProxyAdapter.php similarity index 100% rename from src/DDLWrapper/Db/Adapter/ProxyAdapter.php rename to src/BBDDL/Db/Adapter/ProxyAdapter.php diff --git a/src/DDLWrapper/Db/Adapter/SQLiteAdapter.php b/src/BBDDL/Db/Adapter/SQLiteAdapter.php similarity index 100% rename from src/DDLWrapper/Db/Adapter/SQLiteAdapter.php rename to src/BBDDL/Db/Adapter/SQLiteAdapter.php diff --git a/src/DDLWrapper/Db/Adapter/SqlServerAdapter.php b/src/BBDDL/Db/Adapter/SqlServerAdapter.php similarity index 100% rename from src/DDLWrapper/Db/Adapter/SqlServerAdapter.php rename to src/BBDDL/Db/Adapter/SqlServerAdapter.php diff --git a/src/DDLWrapper/Db/Adapter/TablePrefixAdapter.php b/src/BBDDL/Db/Adapter/TablePrefixAdapter.php similarity index 100% rename from src/DDLWrapper/Db/Adapter/TablePrefixAdapter.php rename to src/BBDDL/Db/Adapter/TablePrefixAdapter.php diff --git a/src/DDLWrapper/Db/Adapter/WrapperInterface.php b/src/BBDDL/Db/Adapter/WrapperInterface.php similarity index 100% rename from src/DDLWrapper/Db/Adapter/WrapperInterface.php rename to src/BBDDL/Db/Adapter/WrapperInterface.php diff --git a/src/DDLWrapper/Db/Table.php b/src/BBDDL/Db/Table.php similarity index 100% rename from src/DDLWrapper/Db/Table.php rename to src/BBDDL/Db/Table.php diff --git a/src/DDLWrapper/Db/Table/Column.php b/src/BBDDL/Db/Table/Column.php similarity index 100% rename from src/DDLWrapper/Db/Table/Column.php rename to src/BBDDL/Db/Table/Column.php diff --git a/src/DDLWrapper/Db/Table/ForeignKey.php b/src/BBDDL/Db/Table/ForeignKey.php similarity index 100% rename from src/DDLWrapper/Db/Table/ForeignKey.php rename to src/BBDDL/Db/Table/ForeignKey.php diff --git a/src/DDLWrapper/Db/Table/Index.php b/src/BBDDL/Db/Table/Index.php similarity index 100% rename from src/DDLWrapper/Db/Table/Index.php rename to src/BBDDL/Db/Table/Index.php diff --git a/src/DDLWrapper/Wrapper.php b/src/BBDDL/Wrapper.php similarity index 100% rename from src/DDLWrapper/Wrapper.php rename to src/BBDDL/Wrapper.php