gamesshop/src/php/SetupHandler.php

13 lines
134 B
PHP
Raw Normal View History

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