gridonic / hapi

PHP Wrapper Library for the Harvest API
GNU General Public License v3.0
41 stars 21 forks source link

Range Model Class: DateTime and DateTimeZone are being Accessed Within a Namespace #16

Open PioneerGeek opened 9 years ago

PioneerGeek commented 9 years ago

The classes DateTime and DateTimeZone are being accessed within the Range model class in a namespace without backslashes.

Those classes should be accessed within the namespace with backslashes or by importing those classes first. (i.e. use DateTime; and use DateTimeZone;).

Note: this is fixed but the release is not yet updated. Please update the release.

peschee commented 9 years ago

@nastron For now you could always use @dev in your composer.