<?phpnamespace IlluminateFoundationTestingAttributes;use Attribute;#[Attribute(Attribute::TARGET_CLASS)]class Seed{ /** * Create a new attribute instance. */ public function __construct() { // }}