Browse Source

Merge branch 'master' into develop

Taylor Otwell 9 years ago
parent
commit
e590bf2223
1 changed files with 2 additions and 2 deletions
  1. 2 2
      public/index.php

+ 2 - 2
public/index.php

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