Minor cosmetic changes

This commit is contained in:
Deon George
2021-09-28 22:27:21 +10:00
parent 2c406ba3e9
commit d0d6990d39
3 changed files with 5 additions and 2 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.
|
*/