8 lines
75 B
PHP
8 lines
75 B
PHP
<?php
|
|
|
|
namespace Maatwebsite\Excel\Concerns;
|
|
|
|
interface WithHeadingRow
|
|
{
|
|
}
|