Skip to content

Commit 6f89153

Browse files
committed
microtime as float
1 parent 3bdbb68 commit 6f89153

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
|
1717
*/
1818

19-
define('ILLUMINATE_START', microtime());
19+
define('ILLUMINATE_START', microtime(true));
2020

2121
/*
2222
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)