Remove used assignment

$node didn't even exist anymore
This commit is contained in:
Valithor Obsidion 2024-12-26 08:36:08 -05:00
parent 1c58ff3a59
commit b923553595

View File

@ -24,9 +24,6 @@ trait SegmentRouterTrait
$handler
);
// Add the handler to the last node
$node[$method] = $handler;
return $this;
}