gamesshop/src/php/SetupHandler.php

13 lines
146 B
PHP
Raw Normal View History

2024-10-30 18:40:26 +00:00
<?php
declare(strict_types=1);
namespace GamesShop;
final class SetupHandler
{
public function __construct(
)
{
}
2024-06-30 20:29:50 +00:00
}