Browse Source

Move comment to line it up with others.

Taylor Otwell 11 years ago
parent
commit
997f789c47
1 changed files with 10 additions and 10 deletions
  1. 10 10
      app/config/app.php

+ 10 - 10
app/config/app.php

@@ -15,16 +15,16 @@ return array(
 
 	'debug' => true,
 
-/*
-|--------------------------------------------------------------------------
-| Application URL
-|--------------------------------------------------------------------------
-|
-| This URL is used by the console to properly generate URLs when using
-| the Artisan command line tool. You should set this to the root of
-| your application so that it is used when running Artisan tasks.
-|
-*/
+	/*
+	|--------------------------------------------------------------------------
+	| Application URL
+	|--------------------------------------------------------------------------
+	|
+	| This URL is used by the console to properly generate URLs when using
+	| the Artisan command line tool. You should set this to the root of
+	| your application so that it is used when running Artisan tasks.
+	|
+	*/
 
 	'url' => 'http://localhost',