Browse Source

Merge pull request #1691 from brunogaspar/patch-1

Convert spaces to tabs
Taylor Otwell 11 years ago
parent
commit
20256d20e1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/config/database.php

+ 2 - 2
app/config/database.php

@@ -71,7 +71,7 @@ return array(
 			'password' => '',
 			'charset'  => 'utf8',
 			'prefix'   => '',
-            'schema'   => 'public',
+			'schema'   => 'public',
 		),
 
 		'sqlsrv' => array(
@@ -119,4 +119,4 @@ return array(
 
 	),
 
-);
+);