Fix comment. Closes #1958.

This commit is contained in:
Taylor Otwell
2013-05-04 14:30:52 -05:00
parent e8823e798b
commit 07a5edb9db

View File

@@ -53,7 +53,7 @@ $app->run();
| Shutdown The Application | Shutdown The Application
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| |
| Once the app has finished running. We will fire off the shutdown events | Once the app has finished running, we will fire off the shutdown events
| so that any final work may be done by the application before we shut | so that any final work may be done by the application before we shut
| down the process. This is the last thing to happen to the request. | down the process. This is the last thing to happen to the request.
| |