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

12 lines
145 B
PHP

<?php
namespace Maatwebsite\Excel\Concerns;
interface WithTitle
{
/**
* @return string
*/
public function title(): string;
}