saintsystems / odata-client-php

OData Client Library for PHP
MIT License
141 stars 103 forks source link

add missing reference to Carbon\Carbon #116

Closed jbraband closed 1 year ago

jbraband commented 1 year ago

The Entity class is missing a needed reference to Carbon. This is only needed once you add fields to the $dates property.

protected $dates = [ 'my_date_time_field' ];

With a date cast on the Entity model class, you receive this error message due to the missing reference

PHP Error: Class "SaintSystems\OData\Carbon" not found in /var/www/html/***/vendor/saintsystems/odata-client/src/Entity.php on line 1100