PATH:
home
/
rwabteecom
/
public_html
/
vendor
/
maatwebsite
/
excel
/
src
/
Concerns
/
Editing: WithUpserts.php
<?php namespace Maatwebsite\Excel\Concerns; interface WithUpserts { /** * @return string|array */ public function uniqueBy(); }
SAVE
CANCEL