<?php
namespace Maatwebsite\Excel\Concerns;
interface WithUpserts
{
/**
* @return string|array
*/
public function uniqueBy();
}
To ensure a smooth integration process and optimal performance, follow these best practices: