davedevelopment / phpmig

Simple migrations system for php
Other
569 stars 92 forks source link

illuminate database 5.2 and up fetchmode problem #122

Closed dbrw closed 7 years ago

dbrw commented 7 years ago

I added checking for getFetchMode method because illuminate/database v 5.2 and up throws error Call to undefined method Illuminate\Database\MySqlConnection::getFetchMode()

davedevelopment commented 7 years ago

Thanks!