Completed
Push — master ( 607b33...dbc16b )
by Kirill
03:54 queued 01:59
created
src/TypeDefinition/FormatArgument.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.