Skip to content

Commit 72616df

Browse files
committed
- Removed duplicate connection setter
1 parent 92b0d09 commit 72616df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Helper/ConnectionHelper.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ public static function setConnectionOptions(\PDO $connection)
1818
$connection->exec('SET ANSI_NULLS ON');
1919
$connection->exec('SET QUOTED_IDENTIFIER ON');
2020
$connection->exec('SET CONCAT_NULL_YIELDS_NULL ON');
21-
$connection->exec('SET CONCAT_NULL_YIELDS_NULL ON');
2221
}
2322

2423
/**

0 commit comments

Comments
 (0)