Browse Source

Remove comment.

Taylor Otwell 9 years ago
parent
commit
32fd6ca3d7
1 changed files with 0 additions and 12 deletions
  1. 0 12
      artisan

+ 0 - 12
artisan

@@ -15,18 +15,6 @@
 
 require __DIR__.'/bootstrap/autoload.php';
 
-/*
-|--------------------------------------------------------------------------
-| Turn On The Lights
-|--------------------------------------------------------------------------
-|
-| We need to illuminate PHP development, so let's turn on the lights.
-| This bootstraps the framework and gets it ready for and then it
-| will load up this application so that we can run it and send
-| the responses back to the browser and delight these users.
-|
-*/
-
 $app = require_once __DIR__.'/bootstrap/app.php';
 
 /*