From 25ad84b1f3a1dc22c91b8060e73127e2d376e6cd Mon Sep 17 00:00:00 2001 From: Bruno Gaspar Date: Thu, 7 Feb 2013 17:49:21 +0000 Subject: [PATCH] convert spaces to tabs --- app/config/database.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config/database.php b/app/config/database.php index d811e9aa..c154f767 100644 --- a/app/config/database.php +++ b/app/config/database.php @@ -71,7 +71,7 @@ 'password' => '', 'charset' => 'utf8', 'prefix' => '', - 'schema' => 'public', + 'schema' => 'public', ), 'sqlsrv' => array( @@ -119,4 +119,4 @@ ), -); \ No newline at end of file +);