diff options
Diffstat (limited to 'lib/private/DB/PostgreSqlMigrator.php')
-rw-r--r-- | lib/private/DB/PostgreSqlMigrator.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/DB/PostgreSqlMigrator.php b/lib/private/DB/PostgreSqlMigrator.php index 0c3b7956f47..73e295705da 100644 --- a/lib/private/DB/PostgreSqlMigrator.php +++ b/lib/private/DB/PostgreSqlMigrator.php @@ -19,7 +19,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/> * */ - namespace OC\DB; use Doctrine\DBAL\Schema\Schema; |