Skip to content
This repository was archived by the owner on Apr 6, 2019. It is now read-only.

Commit 8d2b567

Browse files
authored
Update MultiDatabasePDO.php
1 parent 78666a2 commit 8d2b567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MultiDatabasePDO.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class MultiDatabasePDO {
2424
**/
2525
public function __construct(array $connectionParamsList) {
2626
$errorLoggingLevel = error_reporting();
27-
//error_reporting(0);
27+
error_reporting(0);
2828

2929
//Loop through each connection init array.
3030
foreach($connectionParamsList as $paramList) {

0 commit comments

Comments
 (0)