Commit 3a2dd312 authored by Taylor Otwell's avatar Taylor Otwell

Fix comment.

parent 32fd6ca3
...@@ -17,12 +17,12 @@ $app = new Illuminate\Foundation\Application( ...@@ -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 | Next, we need to bind some important interfaces into the container so
| which serves as the "glue" for all the components of Laravel, and is | we will be able to resolve them when needed. The kernels serve the
| the IoC container for the system binding all of the various parts. | incoming requests to this application from both the web and CLI.
| |
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment