Tweaks and optimizations #2

Open
valithor wants to merge 6 commits from valithor/dev:master into master
Showing only changes of commit b923553595 - Show all commits

View File

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