From b0846539b1867e76af5c62369e5d6887fd139da0 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 8 Mar 2017 11:20:18 -0600 Subject: [PATCH] fix cascade --- public/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.php b/public/index.php index 716731f8..1e1d775f 100644 --- a/public/index.php +++ b/public/index.php @@ -15,7 +15,7 @@ | Composer provides a convenient, automatically generated class loader for | our application. We just need to utilize it! We'll simply require it | into the script here so that we don't have to worry about manual -| loading any of our classes later on. It feels nice to relax. +| loading any of our classes later on. It feels great to relax. | */