openactive / models-php

PHP Models for the OpenActive Opportunity and Booking Specifications
MIT License
6 stars 8 forks source link

Fix returning of dates #46

Closed ylt closed 4 years ago

ylt commented 4 years ago

Addresses issue raised in https://github.com/openactive/models-php/issues/37#issuecomment-606064901

A missing return, likely got dropped during some refactoring. Also added unit tests to confirm that the feature works.