Skip to content

Commit d29b714

Browse files
committed
revert isNamed method from public to private
1 parent 2cb9b69 commit d29b714

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Models/VectorStruct.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function __construct(array $vector, string $name = null)
2121
$this->name = $name;
2222
}
2323

24-
private function isNamed(): bool
24+
public function isNamed(): bool
2525
{
2626
return $this->name !== null;
2727
}

0 commit comments

Comments
 (0)