Skip to content

Commit

Permalink
Deprecate doctrine:mapping:import
Browse files Browse the repository at this point in the history
  • Loading branch information
ostrolucky committed Dec 1, 2019
1 parent 5548540 commit 84321a1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Command/ImportMappingDoctrineCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
/**
* Import Doctrine ORM metadata mapping information from an existing database.
*
* @deprecated
*
* @final
*/
class ImportMappingDoctrineCommand extends DoctrineCommand
Expand Down
7 changes: 7 additions & 0 deletions UPGRADE-2.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
UPGRADE FROM 2.0 to 2.1
=======================

Commands
--------

* `Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand` has been deprecated

0 comments on commit 84321a1

Please sign in to comment.