浏览代码

There is no time type in the code base.

This was probably missed/forgotten about and doesn't need to exist
anymore as it will cause fatal errors.
Mark Story 12 年之前
父节点
当前提交
56ba0bc32c
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/Database/Type.php

+ 0 - 1
src/Database/Type.php

@@ -37,7 +37,6 @@ class Type {
 		'date' => 'Cake\Database\Type\DateType',
 		'datetime' => 'Cake\Database\Type\DateTimeType',
 		'timestamp' => 'Cake\Database\Type\DateTimeType',
-		'time' => 'Cake\Database\Type\TimeType',
 		'uuid' => 'Cake\Database\Type\UuidType',
 	];