Initial commit
This commit is contained in:
15
src/SlotDbClient.php
Normal file
15
src/SlotDbClient.php
Normal file
@ -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