format backend code
This commit is contained in:
parent
9577367622
commit
67dd376a2f
40 changed files with 146 additions and 71 deletions
|
|
@ -8,7 +8,9 @@ use DateTimeZone;
|
|||
|
||||
class EloquentSessionRepository implements SessionRepository
|
||||
{
|
||||
public function __construct(private UserRepository $userRepo) {}
|
||||
public function __construct(private UserRepository $userRepo)
|
||||
{
|
||||
}
|
||||
|
||||
public function create(CreateSessionDto $dto): Session
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue