diff --git a/src/Date.php b/src/Date.php index 7b1cc25..a0dc3a2 100644 --- a/src/Date.php +++ b/src/Date.php @@ -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. *