Browse Source

Convert spaces to tab.

Signed-off-by: Edwin <tkaw220@gmail.com>
Edwin 11 years ago
parent
commit
441ad9252d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/config/database.php

+ 1 - 1
app/config/database.php

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