Mark Parrish
Results
1
issues of
Mark Parrish
I think the update function should not set the 'created' date and only set the 'update' date. ``` public function update(\Modler\Model $model) { $data = $model->toArray(); $data['created'] = date('Y-m-d H:i:s');...