<?phpnamespace IlluminateContainerAttributes;use Attribute;#[Attribute(Attribute::TARGET_PARAMETER)]class DB extends Database{ //}