From f2072b9b10dacc3612269665333973607b180b97 Mon Sep 17 00:00:00 2001 From: mitsuha_s Date: Sat, 22 Jul 2023 16:16:04 +0300 Subject: [PATCH] getDescription method removed from migration class --- migrations/Version20230720115905.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/migrations/Version20230720115905.php b/migrations/Version20230720115905.php index b8fdee1..cceeb1d 100644 --- a/migrations/Version20230720115905.php +++ b/migrations/Version20230720115905.php @@ -10,11 +10,6 @@ use Doctrine\Migrations\AbstractMigration; final class Version20230720115905 extends AbstractMigration { - public function getDescription(): string - { - return ''; - } - public function up(Schema $schema): void { $this->addSql('CREATE SEQUENCE paste_id_seq INCREMENT BY 1 MINVALUE 1 START 1');