Skip to content

Commit 20256d2

Browse files
committed
Merge pull request laravel#1691 from brunogaspar/patch-1
Convert spaces to tabs
2 parents b593b10 + 25ad84b commit 20256d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/config/database.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
'password' => '',
7272
'charset' => 'utf8',
7373
'prefix' => '',
74-
'schema' => 'public',
74+
'schema' => 'public',
7575
),
7676

7777
'sqlsrv' => array(
@@ -119,4 +119,4 @@
119119

120120
),
121121

122-
);
122+
);

0 commit comments

Comments
 (0)