Skip to content

Commit cde6d08

Browse files
committed
change the place of use statement.
1 parent a4f21e8 commit cde6d08

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

system/Helpers/date_helper.php

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,4 @@
11
<?php
2-
3-
/**
4-
* This file is part of CodeIgniter 4 framework.
5-
*
6-
* (c) CodeIgniter Foundation <[email protected]>
7-
*
8-
* For the full copyright and license information, please view
9-
* the LICENSE file that was distributed with this source code.
10-
*/
11-
12-
use CodeIgniter\I18n\Time;
13-
142
/**
153
* This file is part of CodeIgniter 4 framework.
164
*
@@ -22,6 +10,8 @@
2210

2311
// CodeIgniter Date Helpers
2412

13+
use CodeIgniter\I18n\Time;
14+
2515
if (! function_exists('now')) {
2616
/**
2717
* Get "now" time

0 commit comments

Comments
 (0)