Skip to content

Commit

Permalink
Fix invalid extends name
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Beaujean committed Nov 24, 2015
1 parent 56f80bd commit 5ad8e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/MigrationsDiffFileDoctrineCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* Command for generate migration classes by comparing your your mapping information to a file that contains the last definition
*
*/
class MigrationsDiffFileDoctrineCommand extends DiffCommand
class MigrationsDiffFileDoctrineCommand extends DiffFileCommand
{
/**
*
Expand Down

0 comments on commit 5ad8e5d

Please sign in to comment.