feat: add UsetrenoHttpClient
!fixup bb244e40f5fa42294acc7cc7f925796325ada4c5
This commit is contained in:
8
src/Entity/Remote/Usetreno/AuthRequest.php
Normal file
8
src/Entity/Remote/Usetreno/AuthRequest.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace App\Entity\Remote\Usetreno;
|
||||
|
||||
readonly class AuthRequest
|
||||
{
|
||||
public function __construct(public string $username, public string $password) {}
|
||||
}
|
||||
Reference in New Issue
Block a user