Skip to content

Commit

Permalink
Add Datetime to InputRegistry.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jan 26, 2014
1 parent 9ddc70b commit e0079c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/View/Input/InputRegistry.php
Expand Up @@ -48,6 +48,7 @@ class InputRegistry {
'radio' => ['Cake\View\Input\Radio', 'label'],
'select' => ['Cake\View\Input\SelectBox'],
'textarea' => ['Cake\View\Input\Textarea'],
'datetime' => ['Cake\View\Input\DateTime', 'select'],
'_default' => ['Cake\View\Input\Basic'],
];

Expand Down

0 comments on commit e0079c1

Please sign in to comment.