Chris Wieber

Results 3 comments of Chris Wieber

I had a similar issue with updating existing models. I narrowed it down to `Model.php:400` - ` $model->setTable($this->getTable());`. By the time it gets here, many times the table has already...

I know this is an old issue, but just in case someone comes along looking for an answer: in my case it's because I'm working while overtired and inattentive and...