for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace InShore\Bookwhen\Domain;
use InShore\Bookwhen\Domain\Event;
final class ClassPass
{
/**
*
*/
public function __construct(
public readonly string $id,
) {
}