Update 'src/DDLWrapper/Db/Adapter/PdoAdapter.php'

This commit is contained in:
ahwelp
2018-12-21 12:09:40 +00:00
parent f787dac56c
commit 7ef426bb94
+1 -1
View File
@@ -186,7 +186,7 @@ abstract class PdoAdapter implements AdapterInterface
*/ */
public function execute($sql) public function execute($sql)
{ {
echo $sql; // $sql;
return $this->getConnection()->exec($sql); return $this->getConnection()->exec($sql);
} }