forked from PHP/Router
Remove used assignment
$node didn't even exist anymore
This commit is contained in:
parent
1c58ff3a59
commit
b923553595
|
@ -24,9 +24,6 @@ trait SegmentRouterTrait
|
|||
$handler
|
||||
);
|
||||
|
||||
// Add the handler to the last node
|
||||
$node[$method] = $handler;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user