jingcai-php/vendor/maatwebsite/excel/src/Concerns/WithCustomCsvSettings.php

12 lines
164 B
PHP
Executable File

<?php
namespace Maatwebsite\Excel\Concerns;
interface WithCustomCsvSettings
{
/**
* @return array
*/
public function getCsvSettings(): array;
}