mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Add missing description to migration
This commit is contained in:
parent
70b104d41e
commit
a36c9647fb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user