feat: add QRCodeOptions provider
feat: add QRCodeOptions provider
This commit is contained in:
10
src/Service/QRCodeQROptionsProviderInterface.php
Normal file
10
src/Service/QRCodeQROptionsProviderInterface.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Service;
|
||||
|
||||
use App\Entity\QRCode\QRCodeQROptions;
|
||||
|
||||
interface QRCodeQROptionsProviderInterface {
|
||||
public function getDefault(): QRCodeQROptions;
|
||||
}
|
||||
Reference in New Issue
Block a user