From b9b0c88e569e4fc60fbb24f5c3f94454a9d701ff Mon Sep 17 00:00:00 2001 From: Tofandel Date: Thu, 10 Oct 2024 16:26:47 +0200 Subject: [PATCH] Fix comment --- src/Normalizers/Normalized/NormalizedModel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Normalizers/Normalized/NormalizedModel.php b/src/Normalizers/Normalized/NormalizedModel.php index 1a935bcd3..a992e7f82 100644 --- a/src/Normalizers/Normalized/NormalizedModel.php +++ b/src/Normalizers/Normalized/NormalizedModel.php @@ -68,7 +68,7 @@ protected function hasModelAttribute(string $name): bool return $this->model->hasAttribute($name); } - // TODO: to use that one once we stop supporting Laravel 10 + // TODO: remove this once we stop supporting Laravel 10 if (! isset($this->attributesProperty)) { $this->attributesProperty = new ReflectionProperty($this->model, 'attributes');