zendframework / zend-log

Log component from Zend Framework
BSD 3-Clause "New" or "Revised" License
62 stars 51 forks source link

remove Adapter and tableName parameter at Writer/Db::prepareInsert() #68

Closed samsonasik closed 7 years ago

samsonasik commented 7 years ago

and uses $this->db and $this->tableName directly as they are accessible in prepareInsert() and we use it.

weierophinney commented 7 years ago

Thanks, @samsonasik