Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofandel committed Oct 10, 2024
1 parent 4780958 commit b9b0c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Normalizers/Normalized/NormalizedModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit b9b0c88

Please sign in to comment.