Updated Run The Application comment

This commit is contained in:
Jan-Paul Kleemans
2015-02-23 19:12:15 +01:00
parent 1cf4fb6bd6
commit 6b496a7209

View File

@@ -39,8 +39,8 @@ $app = require_once __DIR__.'/../bootstrap/app.php';
| Run The Application | Run The Application
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| |
| Once we have the application, we can simply call the run method, | Once we have the application, we can handle the incoming request
| which will execute the request and send the response back to | through the kernel, and send the associated response back to
| the client's browser allowing them to enjoy the creative | the client's browser allowing them to enjoy the creative
| and wonderful application we have prepared for them. | and wonderful application we have prepared for them.
| |