Skip to content

Commit 02a9a7e

Browse files
committed
Fix
1 parent 3bdd31f commit 02a9a7e

File tree

1 file changed

+2
-2
lines changed
  • tests/functional/Generator/Entity/_content_entity/_yes/src/Entity

1 file changed

+2
-2
lines changed

tests/functional/Generator/Entity/_content_entity/_yes/src/Entity/FooExample.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@
7979
data_table: 'foo_example_field_data',
8080
revision_table: 'foo_example_revision',
8181
revision_data_table: 'foo_example_field_revision',
82-
translatable: true,
83-
show_revision_ui: true,
82+
translatable: TRUE,
83+
show_revision_ui: TRUE,
8484
label_count: [
8585
'singular' => '@count examples',
8686
'plural' => '@count examples',

0 commit comments

Comments
 (0)