[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 <taylor@laravel.com>
This commit is contained in:
Umar 2021-04-30 13:45:35 +01:00 committed by GitHub
parent 5bd72e7805
commit ca7f386666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.
|
*/