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

9 lines
116 B
PHP
Executable File

<?php
namespace Maatwebsite\Excel\Concerns;
interface WithProperties
{
public function properties(): array;
}