Browse Source

Fix comment.

Taylor Otwell 9 years ago
parent
commit
3a2dd312be
1 changed files with 4 additions and 4 deletions
  1. 4 4
      bootstrap/app.php

+ 4 - 4
bootstrap/app.php

@@ -17,12 +17,12 @@ $app = new Illuminate\Foundation\Application(
 
 /*
 |--------------------------------------------------------------------------
-| Create The Application
+| Bind Important Interfaces
 |--------------------------------------------------------------------------
 |
-| The first thing we will do is create a new Laravel application instance
-| which serves as the "glue" for all the components of Laravel, and is
-| the IoC container for the system binding all of the various parts.
+| Next, we need to bind some important interfaces into the container so
+| we will be able to resolve them when needed. The kernels serve the
+| incoming requests to this application from both the web and CLI.
 |
 */