We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f21e8 commit cde6d08Copy full SHA for cde6d08
system/Helpers/date_helper.php
@@ -1,16 +1,4 @@
1
<?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
14
/**
15
* This file is part of CodeIgniter 4 framework.
16
*
@@ -22,6 +10,8 @@
22
23
// CodeIgniter Date Helpers
24
+use CodeIgniter\I18n\Time;
+
25
if (! function_exists('now')) {
26
27
17
* Get "now" time
0 commit comments