From 32fd6ca3d71f28a904a9af1904f373f2564e2cfa Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 21 Nov 2014 08:17:13 -0600 Subject: [PATCH] Remove comment. --- artisan | 12 ------------ 1 file changed, 12 deletions(-) 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'; /*