Skip to content

Commit

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

See merge request fluxlabs/flux-eco/aggregate-root!6
  • Loading branch information
mstuder committed Apr 21, 2022
2 parents 49addcd + a299be2 commit 4ef71e0
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.4]
* fix: bug env file

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

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.3",
"version": "1.0.4",
"type": "flux-app",
"keywords": [
"flux-eco",
Expand Down
2 changes: 1 addition & 1 deletion src/Env.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ public function getAggregateRootDirectory() : string

public function getAggregateRootStorageConfigEnvPrefix() : string
{
return getEnv(self::AGGREGATE_ROOT_STORAGE_CONFIG_ENV_PREFIX);
return getenv(self::AGGREGATE_ROOT_STORAGE_CONFIG_ENV_PREFIX);
}
}

0 comments on commit 4ef71e0

Please sign in to comment.