Skip to content

A couple small bug fixes and the usage of the `add()` method for collections.

Compare
Choose a tag to compare
@jrushlow jrushlow released this 26 Jul 12:35
· 320 commits to main since this release
7ae4ff2

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

Diff: v1.44.0...v1.45.0

Enjoy!