App\Data\Repositories\Repository::fill PHP Method

fill() public method

Fills out an instance of the model with $attributes.
public fill ( array $attributes ) : Model
$attributes array
return Illuminate\Database\Eloquent\Model
    public function fill($attributes)
    {
        return $this->model->fill($attributes);
    }