Skip to content

Commit d71a855

Browse files
committed
remove Time DBType map to StringType
1 parent fa6ea6f commit d71a855

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

config/bootstrap.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,6 @@
215215
// \Cake\Database\TypeFactory::build('timestamptimezone')
216216
// ->useLocaleParser();
217217

218-
// There is no time-specific type in Cake
219-
TypeFactory::map('time', StringType::class);
220-
221218
/*
222219
* Custom Inflector rules, can be set to correctly pluralize or singularize
223220
* table, model, controller names or whatever other string is passed to the

0 commit comments

Comments
 (0)