diff --git a/public/index.php b/public/index.php index 3814cf4ec..e2a3fcc03 100644 --- a/public/index.php +++ b/public/index.php @@ -45,4 +45,4 @@ $public = __DIR__; */ require $laravel.'/laravel.php'; -echo (microtime(true) - START_TIME) * 1000; +echo (microtime(true) - START_TIME) * 1000; \ No newline at end of file