Cartolas
This commit is contained in:
9
app/common/Define/Cartola/Banco.php
Normal file
9
app/common/Define/Cartola/Banco.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace Incoviba\Common\Define\Cartola;
|
||||
|
||||
use Psr\Http\Message\UploadedFileInterface;
|
||||
|
||||
interface Banco
|
||||
{
|
||||
public function process(UploadedFileInterface $file): array;
|
||||
}
|
Reference in New Issue
Block a user