A couple small bug fixes and the usage of the `add()` method for collections.
Howdy Makers!
Instead of appending an item to a collection using brackets $collection[] = $item
, we now generate code that utilizes Doctrines add()
method. We've also squashed a couple minor bugs in make:entity
&& make:registration-form
.
v1.45.0
July 26th, 2022
Feature
- #1136 - use method add() instead of [] in collection adder-method - @HKandulla
Bug
- #1154 - [make:entity] remove empty parenthesis on
id
- @jrushlow - #1153 - [make:registration-form] Fix escape text-strings - @mdoutreluingne
Diff: v1.44.0...v1.45.0
Enjoy!