Skip to content

Commit

Permalink
Fix use statement order.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jan 26, 2014
1 parent e0079c1 commit f8d8596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Input/DateTime.php
Expand Up @@ -14,9 +14,9 @@
*/
namespace Cake\View\Input;

use Cake\Utility\Time;
use Cake\View\Input\InputInterface;
use Cake\View\StringTemplate;
use Cake\Utility\Time;

/**
* Input widget class for generating a date time input widget.
Expand Down

0 comments on commit f8d8596

Please sign in to comment.