DIR:/home/htlwork.com/www/dev/sheenbazaar/vendor/maatwebsite/excel/src/Concerns/ |
Current File : /home/htlwork.com/www/dev/sheenbazaar/vendor/maatwebsite/excel/src/Concerns/WithUpserts.php |
<?php namespace Maatwebsite\Excel\Concerns; interface WithUpserts { /** * @return string|array */ public function uniqueBy(); } |