From b5b7f719647d0cad508d3450b6e9087a02dc8535 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sun, 17 Mar 2013 14:39:11 -0500 Subject: [PATCH] Fix comment. --- bootstrap/autoload.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/bootstrap/autoload.php b/bootstrap/autoload.php index ee441c0a..b2043b78 100644 --- a/bootstrap/autoload.php +++ b/bootstrap/autoload.php @@ -16,13 +16,12 @@ /* |-------------------------------------------------------------------------- -| Register The Composer Auto Loader +| Include The Compiled Class File |-------------------------------------------------------------------------- | -| 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. +| To dramatically increase your application's performance, you may use a +| compiled class file which contains all of the classes commonly used +| by a request. The Artisan "optimize" is used to create this file. | */