From 0437690d825cb52f1ffcece851848531bf034f80 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Mon, 8 Aug 2016 09:34:18 +0100 Subject: [PATCH] Removed sqlsrv config since we don't support it --- config/database.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/config/database.php b/config/database.php index aeb167ebb6d3..b6d967af0e50 100644 --- a/config/database.php +++ b/config/database.php @@ -87,16 +87,6 @@ 'schema' => env('DB_SCHEMA', 'public'), ], - 'sqlsrv' => [ - 'driver' => 'sqlsrv', - 'host' => env('DB_HOST', null), - 'database' => env('DB_DATABASE', null), - 'username' => env('DB_USERNAME', null), - 'password' => env('DB_PASSWORD', null), - 'port' => env('DB_PORT', null), - 'prefix' => env('DB_PREFIX', null), - ], - ], /*