Files
Document-Management-System-…/vendor/maatwebsite/excel/src/Concerns/WithCustomCsvSettings.php

12 lines
164 B
PHP
Raw Normal View History

2021-04-07 19:25:18 -04:00
<?php
namespace Maatwebsite\Excel\Concerns;
interface WithCustomCsvSettings
{
/**
* @return array
*/
public function getCsvSettings(): array;
}