Skip to content

Commit

Permalink
Merge pull request #51 from icapps/feature/contacts
Browse files Browse the repository at this point in the history
Carbon config changes
  • Loading branch information
sanhofman authored Jan 7, 2022
2 parents 91f8b10 + 8c40cec commit a940cf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions symfony/config/packages/doctrine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ doctrine:
dbal:
url: '%env(resolve:DATABASE_URL)%'
types:
datetime_immutable: \Carbon\Doctrine\DateTimeImmutableType
datetime: \Carbon\Doctrine\DateTimeType
carbon_immutable: \Carbon\Doctrine\CarbonImmutableType
carbon: \Carbon\Doctrine\CarbonType

# IMPORTANT: You MUST configure your server version,
# either here or in the DATABASE_URL env var (see .env file)
Expand Down

0 comments on commit a940cf8

Please sign in to comment.