Skip to content

Let's use `mixed` with `make:voter` and squash a few bugs along the way!

Compare
Choose a tag to compare
@jrushlow jrushlow released this 14 Nov 10:49
· 313 commits to main since this release
2e428e8

Howdy Makers!

This small release sets the mixed type for the subject when using make:voter to improve support with static analysis tools out of the box. We've also squashed few bugs in make: entity, registration, & controller. Check out the Changelog for more details!


v1.48.0

November 14th, 2022

Feature

  • #1221 - [make:voter] Set type for subject in Voter template - @N-M

Bug

  • #1232 - [make:entity] Minor: Consistent output formatting - @ThomasLandauer
  • #1227 - [make:registration] Make router optional in MakeRegistrationForm constructor - @odolbeau
  • #1226 - [make:controller] replace repository method add by save - @bechir

Diff: v1.47.0...v1.48.0

Enjoy!