<?php namespace App\Attributes; use Attribute; #[Attribute(Attribute::TARGET_METHOD | Attribute::TARGET_CLASS)] class DisabledInDemo extends DemoConstraint { }