Files
faveo/vendor/maatwebsite/excel/src/Concerns/WithCustomValueBinder.php
RafficMohammed da241bacb6 updated-packages
2023-01-08 00:13:22 +05:30

10 lines
152 B
PHP

<?php
namespace Maatwebsite\Excel\Concerns;
use PhpOffice\PhpSpreadsheet\Cell\IValueBinder;
interface WithCustomValueBinder extends IValueBinder
{
}