@@ -20,7 +20,7 @@ |
||
20 | 20 | * RFC3339 date format. |
21 | 21 | * Example: `2005-08-15T15:52:01+00:00` |
22 | 22 | */ |
23 | - public const DEFAULT = 'RFC3339'; |
|
23 | + public const default = 'RFC3339'; |
|
24 | 24 | |
25 | 25 | /** |
26 | 26 | * Simple Date format. |
@@ -45,7 +45,7 @@ |
||
45 | 45 | |
46 | 46 | $this->parent = $field; |
47 | 47 | |
48 | - $this->defaultValue = CarbonFormat::DEFAULT; |
|
48 | + $this->defaultValue = CarbonFormat::default; |
|
49 | 49 | $this->hasDefaultValue = true; |
50 | 50 | } |
51 | 51 |