first commit
This commit is contained in:
12
laravel/app/Contracts/WbSyncFactoryInterface.php
Normal file
12
laravel/app/Contracts/WbSyncFactoryInterface.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Contracts;
|
||||
|
||||
use App\Enums\WbEndpoint;
|
||||
|
||||
interface WbSyncFactoryInterface
|
||||
{
|
||||
public function make(WbEndpoint $type): WbSyncInterface;
|
||||
}
|
||||
Reference in New Issue
Block a user