Skip to content

Commit 0ffb3f9

Browse files
author
Xavier Marchegay
committed
#19 add description to the doctrine migration
1 parent 4dbbcbd commit 0ffb3f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: migrations/Version20241210154810.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ final class Version20241210154810 extends AbstractMigration
1414
{
1515
public function getDescription(): string
1616
{
17-
return '';
17+
return 'Add author and book entities to demonstrate the clever/doctrine-process-bundle package - https://github.com/cleverage/process-bundle-demo/issues/19';
1818
}
1919

2020
public function up(Schema $schema): void

0 commit comments

Comments
 (0)