zebrainsteam/repos

Need to add a check for model variable is null

Opened this issue · 1 comments

$this->data->put($model[$this->idField], array_merge($model, $data));

I think need to add a check for model variable is null, because judging by the documentation method get can return null. @artem-prozorov, if you agree I can do it after merge #15

Sure, create a PR