feat: add uploader
This commit is contained in:
11
modules/Common/Repository/Options/OptionInterface.php
Normal file
11
modules/Common/Repository/Options/OptionInterface.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Modules\Common\Repository\Options;
|
||||
|
||||
interface OptionInterface
|
||||
{
|
||||
/**
|
||||
* @return array{label: string, value: string|number }
|
||||
*/
|
||||
public function get(): array;
|
||||
}
|
Reference in New Issue
Block a user