for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace Conia\Chuck\Registry;
use Attribute;
#[Attribute(Attribute::TARGET_CLASS)]
class Resolve
{
public function __construct(public readonly string $method)
}