Skip to content

Commit

Permalink
There is no time type in the code base.
Browse files Browse the repository at this point in the history
This was probably missed/forgotten about and doesn't need to exist
anymore as it will cause fatal errors.
  • Loading branch information
markstory committed Mar 2, 2014
1 parent f69c1e5 commit 56ba0bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Database/Type.php
Expand Up @@ -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',
];

Expand Down

0 comments on commit 56ba0bc

Please sign in to comment.