Browse Source

Fix the commit for pass StyleCI

Hélio 7 years ago
parent
commit
94b39dc576
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/database.php

+ 1 - 1
config/database.php

@@ -66,7 +66,7 @@ return [
             'schema' => 'public',
             'sslmode' => 'prefer',
         ],
-        
+
         'sqlsrv' => [
             'driver' => 'sqlsrv',
             'host' => env('DB_HOST', 'localhost'),