Skip to content

Commit

Permalink
Merge pull request #583 from Soullivaneuh/final-version-class
Browse files Browse the repository at this point in the history
Make version class final

Fixes #582
  • Loading branch information
lcobucci committed Dec 13, 2017
2 parents 488fb69 + b072f34 commit 558dac3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class GenerateCommand extends AbstractCommand
/**
* Auto-generated Migration: Please modify to your needs!
*/
class Version<version> extends AbstractMigration
final class Version<version> extends AbstractMigration
{
public function up(Schema $schema) : void
{
Expand Down

0 comments on commit 558dac3

Please sign in to comment.