rougin/combustor

Wrong generation of date and time data types in creating models

rougin opened this issue · 1 comments

In save() method, the generation of datetime_created and datetime_updated are included in $data like they have already a value, which is not. Those said fields must be in included in a if statements.

Fixed in b4f7ba3