Skip to content

Commit 3a2dd31

Browse files
committed
Fix comment.
1 parent 32fd6ca commit 3a2dd31

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bootstrap/app.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717

1818
/*
1919
|--------------------------------------------------------------------------
20-
| Create The Application
20+
| Bind Important Interfaces
2121
|--------------------------------------------------------------------------
2222
|
23-
| The first thing we will do is create a new Laravel application instance
24-
| which serves as the "glue" for all the components of Laravel, and is
25-
| the IoC container for the system binding all of the various parts.
23+
| Next, we need to bind some important interfaces into the container so
24+
| we will be able to resolve them when needed. The kernels serve the
25+
| incoming requests to this application from both the web and CLI.
2626
|
2727
*/
2828

0 commit comments

Comments
 (0)