Browse Source

add to comment

Taylor Otwell 9 years ago
parent
commit
bcc54357bd
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/Providers/RouteServiceProvider.php

+ 2 - 0
app/Providers/RouteServiceProvider.php

@@ -45,6 +45,8 @@ class RouteServiceProvider extends ServiceProvider
     /**
      * Define the "web" routes for the application.
      *
+     * These routes all receive session state, CSRF protection, etc.
+     *
      * @param  \Illuminate\Routing\Router  $router
      * @return void
      */