diff --git a/Annotation/Model/Get.php b/Annotation/Model/Get.php index fe19739f..d24de19f 100644 --- a/Annotation/Model/Get.php +++ b/Annotation/Model/Get.php @@ -15,7 +15,9 @@ use Attribute; { - public function __construct() + public function __construct( + public string $name + ) { }