mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Use hour as field name.
This commit is contained in:
parent
c71a478876
commit
3ba4308356
1 changed files with 1 additions and 1 deletions
|
@ -7470,7 +7470,7 @@ class FormHelperTest extends CakeTestCase {
|
|||
$result = $this->Form->input('date',
|
||||
array(
|
||||
'label' => false,
|
||||
'type' => 'year',
|
||||
'type' => 'hour',
|
||||
'class' => 'form-control'
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue