App\Data\Repositories\Repository::fill PHP Метод

fill() публичный Метод

Fills out an instance of the model with $attributes.
public fill ( array $attributes ) : Model
$attributes array
Результат Illuminate\Database\Eloquent\Model
    public function fill($attributes)
    {
        return $this->model->fill($attributes);
    }