9 lines
78 B
PHP
9 lines
78 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace App\Interfaces\Export;
|
||
|
|
|
||
|
|
interface WithParentSheet
|
||
|
|
{
|
||
|
|
//
|
||
|
|
}
|