FIX Allow lowercase and uppercase delcaration of legacy Int class

This commit is contained in:
Daniel Hensby 2017-11-22 16:34:42 +00:00
parent d047c921ed
commit ef6d86f2c6
No known key found for this signature in database
GPG Key ID: 5DE415D786BBB2FD

View File

@ -22,5 +22,13 @@ Injector:
type: prototype
Int:
class: DBInt
int:
class: DBInt
INT:
class: DBInt
Float:
class: DBFloat
float:
class: DBFloat
FLOAT:
class: DBFloat