Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6 from boukeversteegh/patch-1
Browse files Browse the repository at this point in the history
fix typo DateTimeField->isTimeStamp
  • Loading branch information
veewee committed Oct 27, 2014
2 parents 5d331e8 + 3b1cccf commit dad03d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hydrator/ODM/MongoDB/Strategy/DateTimeField.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class DateTimeField implements StrategyInterface
/**
* @var boolean
*/
protected $isTimestam;
protected $isTimestamp;

/**
* @param $isTimestamp
Expand Down

0 comments on commit dad03d5

Please sign in to comment.