Skip to content

Commit

Permalink
Merge pull request #33 from ekateiva/patch-1
Browse files Browse the repository at this point in the history
Replace CarbonInterface with a string
  • Loading branch information
rubenvanassche authored Dec 1, 2023
2 parents 09bc0f4 + fc6ee26 commit bd23a1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/typescript-transformer.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
'default_type_replacements' => [
DateTime::class => 'string',
DateTimeImmutable::class => 'string',
Carbon\CarbonInterface::class => 'string',
Carbon\CarbonImmutable::class => 'string',
Carbon\Carbon::class => 'string',
],
Expand Down

0 comments on commit bd23a1c

Please sign in to comment.