From 6ca2ecacea0f6f0ff8a4c2f0d39c1ddda4c17f3e Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 24 Jun 2020 13:13:32 -0500 Subject: [PATCH] remove unneeded block --- public/index.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/public/index.php b/public/index.php index e22d657b..719ab780 100644 --- a/public/index.php +++ b/public/index.php @@ -3,13 +3,6 @@ use Illuminate\Contracts\Http\Kernel; use Illuminate\Http\Request; -/** - * Laravel - A PHP Framework For Web Artisans - * - * @package Laravel - * @author Taylor Otwell - */ - define('LARAVEL_START', microtime(true)); /*