mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Fixed component capitalisation
This commit is contained in:
parent
94b49e3e28
commit
cbe534c675
@ -70,7 +70,7 @@ class FormField extends RequestHandler
|
||||
const SCHEMA_DATA_TYPE_DATE = 'Date';
|
||||
|
||||
/** @see $schemaDataType */
|
||||
const SCHEMA_DATA_TYPE_DATETIME = 'DateTime';
|
||||
const SCHEMA_DATA_TYPE_DATETIME = 'Datetime';
|
||||
|
||||
/** @see $schemaDataType */
|
||||
const SCHEMA_DATA_TYPE_TIME = 'Time';
|
||||
|
Loading…
x
Reference in New Issue
Block a user