diff --git a/Annotation/Model/Get.php b/Annotation/Model/Get.php index 91a67a19..19b46596 100644 --- a/Annotation/Model/Get.php +++ b/Annotation/Model/Get.php @@ -16,11 +16,14 @@ use Database\ActiveRecord; { + /** + * Get constructor. + * @param string $name + */ public function __construct( public string $name ) { - var_dump($this->name); }