From ca7f3866666d1ec724a4c72389d8f096201d788a Mon Sep 17 00:00:00 2001 From: Umar Date: Fri, 30 Apr 2021 13:45:35 +0100 Subject: [PATCH] [8.x] Grammatical omission of 'of' on line 14 (#5603) * [FIX] grammatical omission of 'of' on line 14 * Update artisan Co-authored-by: Taylor Otwell --- artisan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artisan b/artisan index 5c23e2e24..67a3329b1 100755 --- a/artisan +++ b/artisan @@ -11,7 +11,7 @@ define('LARAVEL_START', microtime(true)); | Composer provides a convenient, automatically generated class loader | for our application. We just need to utilize it! We'll require it | into the script here so that we do not have to worry about the -| loading of any our classes "manually". Feels great to relax. +| loading of any of our classes manually. It's great to relax. | */