first commit
This commit is contained in:
14
laravel/app/Contracts/WbSyncInterface.php
Normal file
14
laravel/app/Contracts/WbSyncInterface.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Contracts;
|
||||
|
||||
use App\DTO\WbRequestDTO;
|
||||
|
||||
interface WbSyncInterface
|
||||
{
|
||||
public function sync(WbRequestDTO $dto): array;
|
||||
|
||||
public function save(array $data): void;
|
||||
}
|
||||
Reference in New Issue
Block a user