Skip to content

Commit cb635b3

Browse files
committedMar 6, 2021
removed workraround for fixed bug
1 parent 5c2cdff commit cb635b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/RobotLoader/RobotLoader.php

-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ public function register(bool $prepend = false): self
8585
*/
8686
public function tryLoad(string $type): void
8787
{
88-
$type = ltrim($type, '\\'); // PHP namespace bug #49143
8988
$info = $this->classes[$type] ?? null;
9089

9190
if ($this->autoRebuild) {

0 commit comments

Comments
 (0)
Failed to load comments.