From c58b40b9bc8288cda1f551dbe0a4d6547b37b2c9 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 24 Jun 2020 13:12:04 -0500 Subject: [PATCH] Remove extra line --- public/index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/public/index.php b/public/index.php index c0c082de..e22d657b 100644 --- a/public/index.php +++ b/public/index.php @@ -25,7 +25,6 @@ define('LARAVEL_START', microtime(true)); require __DIR__.'/../vendor/autoload.php'; - /* |-------------------------------------------------------------------------- | Run The Application