Added column = property handling for mapping

This commit is contained in:
2022-10-10 17:32:34 -03:00
parent 0a9bed1735
commit fe67519682
2 changed files with 10 additions and 1 deletions

View File

@ -215,7 +215,7 @@ interface Repository
public function fillData(Model $model, array $data): Model;
/**
* Fill data array with Model values
* Fill data array with Model values. Accepts a preset data array
* @param Model $model
* @param array $data
* @return array