Skip to content

Commit

Permalink
Revert "Revert class namespace extraction"
Browse files Browse the repository at this point in the history
This reverts commit 6a80304.
  • Loading branch information
Jeckerson committed Jun 9, 2024
1 parent 1657b1d commit b0dd977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Class/Entry.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public function get(): string
);
}

$classNamespace = explode(self::NAMESPACE_SEPARATOR, $reflection->getNamespaceName());
$classNamespace = explode(self::NAMESPACE_SEPARATOR, $reflection->getName());
} else {
$className = $this->classname;
$classNamespace = explode(self::NAMESPACE_SEPARATOR, $className);
Expand Down

0 comments on commit b0dd977

Please sign in to comment.