瀏覽代碼

Updated migration template

Alejandro Celaya 3 年之前
父節點
當前提交
eed353fedf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      data/migrations_template.txt

+ 1 - 1
data/migrations_template.txt

@@ -7,7 +7,7 @@ namespace <namespace>;
 use Doctrine\DBAL\Schema\Schema;
 use Doctrine\Migrations\AbstractMigration;
 
-final class Version<version> extends AbstractMigration
+final class <className> extends AbstractMigration
 {
     public function up(Schema $schema): void
     {