Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
PioneerGeek opened this issue Jul 7, 2015 · 1 comment
Assignees

Comments

@PioneerGeek
Copy link

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
Copy link

peschee commented Jul 8, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants