From 3a2dd312bec79807e6c73411e02b6ca435736a01 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 21 Nov 2014 08:20:05 -0600 Subject: [PATCH] Fix comment. --- bootstrap/app.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bootstrap/app.php b/bootstrap/app.php index 626f9361..8d56d4a1 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -17,12 +17,12 @@ /* |-------------------------------------------------------------------------- -| 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. | */