DanielHe4rt / scylloquent

Cassandra/ScyllaDB driver for Eloquent ORM
MIT License
22 stars 1 forks source link

fix(model): cast to carbon with valid method #7

Closed DanielHe4rt closed 1 year ago

DanielHe4rt commented 1 year ago

While I was coding an app with the connector, I got some error from the Driver and had to do a workaround to generate Carbon instances.

IMHO this solution uses less memory since it doesn't need to create a new DateTime object to parse to a new Carbon instance.