Skip to content

Updated value object

Craig Smith requested to merge updated-value-object into master

Breaking updates to support updated options

  • ValueObjects are now readonly
  • minor fixes to dates / eloquent
  • deprecated and remove duneeded code
  • updated policy trait

NOTE: This is a breaking change on: php - min version 8.2 ValueObjects - definition change from class valueObject extends valueBaseObject to readonly class valueObject... (optionally but recommended Final)

Merge request reports