diff --git a/artisan b/artisan index ae8bdafe..ce700ef6 100755 --- a/artisan +++ b/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'; /*