App\Data\Repositories\Repository::fill PHP Méthode

fill() public méthode

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