removed a duplicate date format in the settings.

This commit is contained in:
Godfrey M 2020-08-27 12:58:44 -07:00
parent edd4797178
commit 242af2c90b

View file

@ -371,7 +371,6 @@ Form::macro('date_display_format', function ($name = "date_display_format", $sel
'm/d/Y',
'n/d/y',
'd/m/Y',
'm/j/Y',
'd.m.Y',
'Y.m.d.',
];