13 lines
No EOL
146 B
PHP
13 lines
No EOL
146 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
|
|
namespace GamesShop;
|
|
|
|
final class SetupHandler
|
|
{
|
|
public function __construct(
|
|
|
|
)
|
|
{
|
|
}
|
|
} |