Merge pull request #8383 from Godmartinz/develop

removed a duplicate date format in the settings.
This commit is contained in:
snipe 2020-08-27 14:35:00 -07:00 committed by GitHub
commit f83acf8378
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.',
];