Update 'src/DDLWrapper/Db/Adapter/PdoAdapter.php'
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user