Skip to content

Commit b5b7f71

Browse files
committed
Fix comment.
1 parent 36e7b13 commit b5b7f71

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

bootstrap/autoload.php

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616

1717
/*
1818
|--------------------------------------------------------------------------
19-
| Register The Composer Auto Loader
19+
| Include The Compiled Class File
2020
|--------------------------------------------------------------------------
2121
|
22-
| Composer provides a convenient, automatically generated class loader
23-
| for our application. We just need to utilize it! We'll require it
24-
| into the script here so that we do not have to worry about the
25-
| loading of any our classes "manually". Feels great to relax.
22+
| To dramatically increase your application's performance, you may use a
23+
| compiled class file which contains all of the classes commonly used
24+
| by a request. The Artisan "optimize" is used to create this file.
2625
|
2726
*/
2827

0 commit comments

Comments
 (0)