File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -105,9 +105,9 @@ See https://www.php.net/manual/en/language.oop5.final.php
105
105
...
106
106
}
107
107
108
- .. versionadded :: 1.60.0
108
+ .. versionadded :: 1.61
109
109
110
- ``generate_final_classes `` was introduced in MakerBundle v1.60
110
+ ``generate_final_classes `` was introduced in MakerBundle 1.61
111
111
112
112
113
113
generate_final_entities
@@ -125,14 +125,14 @@ See https://www.php.net/manual/en/language.oop5.final.php
125
125
.. code-block :: php
126
126
127
127
#[ORM\Entity(repositoryClass: TaskRepository::class)]
128
- class Task extends AbstractEntity
128
+ final class Task extends AbstractEntity
129
129
{
130
130
...
131
131
}
132
132
133
- .. versionadded :: 1.60.0
133
+ .. versionadded :: 1.61
134
134
135
- ``generate_final_entities `` was introduced in MakerBundle v1.60
135
+ ``generate_final_entities `` was introduced in MakerBundle 1.61.
136
136
137
137
Creating your Own Makers
138
138
------------------------
You can’t perform that action at this time.
0 commit comments