Skip to content

Commit

Permalink
Merge branch '1-0-0' into 'main'
Browse files Browse the repository at this point in the history
1-0-3

See merge request fluxlabs/flux-eco/aggregate-root!5
  • Loading branch information
mstuder committed Apr 15, 2022
2 parents ff206d0 + 6065b08 commit 49addcd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## [1.0.3]
* change: property key name to title in schema

## [1.0.2]
* fix: change signature
* fix: delete dignature
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "flux-eco/aggregate-root",
"description": "Manage aggregate roots described as json schema",
"version": "1.0.2",
"version": "1.0.3",
"type": "flux-app",
"keywords": [
"flux-eco",
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Ports/AggregateRootService.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static function new(Outbounds $aggregateRootOutbounds) : self
final public function initialize() : void
{
foreach ($this->getAggregateRootSchemas() as $schema) {
$aggregateName = $schema['name'];
$aggregateName = $schema['title'];

$createEventStorageProcess = Processes\CreateAggregateRootEventStorageProcess::new();

Expand Down

0 comments on commit 49addcd

Please sign in to comment.