From a36c9647fb9951eaa03e2361f67c940d356f3169 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Thu, 8 May 2025 16:10:55 +0200 Subject: [PATCH] Add missing description to migration --- .../ChillEventBundle/migrations/Version20250506114531.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/Bundle/ChillEventBundle/migrations/Version20250506114531.php b/src/Bundle/ChillEventBundle/migrations/Version20250506114531.php index 798a168a5..e349f50a7 100644 --- a/src/Bundle/ChillEventBundle/migrations/Version20250506114531.php +++ b/src/Bundle/ChillEventBundle/migrations/Version20250506114531.php @@ -14,14 +14,11 @@ namespace Chill\Migrations\Event; use Doctrine\DBAL\Schema\Schema; use Doctrine\Migrations\AbstractMigration; -/** - * Auto-generated Migration: Please modify to your needs! - */ final class Version20250506114531 extends AbstractMigration { public function getDescription(): string { - return ''; + return 'Create event budget element entity'; } public function up(Schema $schema): void