Flowframe / laravel-trend

Generate trends for your models. Easily generate charts or reports.
MIT License
720 stars 74 forks source link

Support CarbonImmutable #45

Closed kondratovbr closed 10 months ago

kondratovbr commented 10 months ago

Description

Trend creation fails when the app uses CarbonImmutable variant of Carbon because the package type hints timestamps as Illuminate\Support\Carbon objects. This is easily worked around by type hinting CarbonInterface instead.

sawirricardo commented 9 months ago

I think this one is good. why close it?