mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
[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:
parent
5bd72e7805
commit
ca7f386666
2
artisan
2
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.
|
||||
|
|
||||
*/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user