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);
    }