Skip to content

Commit 8f66745

Browse files
committed
[make:form] allow inherited class
1 parent dce10d6 commit 8f66745

File tree

1 file changed

+1
-1
lines changed
  • tests/fixtures/make-form/inheritance

1 file changed

+1
-1
lines changed

tests/fixtures/make-form/inheritance/Food.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#[ORM\InheritanceType('SINGLE_TABLE')]
99
#[ORM\DiscriminatorColumn(name: 'food_type', type: 'string', length: 250)]
1010
#[ORM\DiscriminatorMap(['food' => 'Food', 'sour_food' => 'SourFood'])]
11-
final class Food
11+
class Food
1212
{
1313
#[ORM\Id]
1414
#[ORM\GeneratedValue]

0 commit comments

Comments
 (0)