From dbe1dafb282d135f8f9c23c3c5dc7539d07b401f Mon Sep 17 00:00:00 2001 From: Samuel Georges Date: Thu, 12 Mar 2015 09:13:04 +1100 Subject: [PATCH] Fixes typo in #998 --- config/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/database.php b/config/database.php index c4cc96066..f72b1d3c2 100644 --- a/config/database.php +++ b/config/database.php @@ -74,7 +74,7 @@ return [ 'charset' => 'utf8', 'prefix' => '', 'schema' => 'public', - ), + ], 'sqlsrv' => [ 'driver' => 'sqlsrv',