Skip to content

Commit

Permalink
Merge pull request #220 from WaterSpout/patch-1
Browse files Browse the repository at this point in the history
fix error
  • Loading branch information
jenssegers committed Sep 14, 2016
2 parents a061067 + 3163e39 commit e4d2b95
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Date.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ class Date extends Carbon
*/
protected static $fallbackLocale = 'en';

/**
* The errors that can occur.
*
* @var array
*/
protected static $lastErrors;

/**
* Returns new DateTime object.
*
Expand Down

0 comments on commit e4d2b95

Please sign in to comment.