소스 검색

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

ahwelp 7 년 전
부모
커밋
7ef426bb94
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/DDLWrapper/Db/Adapter/PdoAdapter.php

+ 1 - 1
src/DDLWrapper/Db/Adapter/PdoAdapter.php

@@ -186,7 +186,7 @@ abstract class PdoAdapter implements AdapterInterface
      */
     public function execute($sql)
     {
-        echo $sql;
+        // $sql;
         return $this->getConnection()->exec($sql);
     }