Initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace SlotDb\Client;
|
||||
|
||||
use Psr\Http\Client\ClientInterface;
|
||||
|
||||
class SlotDbClient
|
||||
{
|
||||
public function __construct(
|
||||
private readonly ClientInterface $client
|
||||
)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user