From 7d76684ad6cd0182545489d7ed54ae9823d94ffa Mon Sep 17 00:00:00 2001 From: Sam Light Date: Wed, 10 Jun 2026 19:00:33 +0100 Subject: Testing the creating routes on a group definition and code format --- src/GroupDefinition.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/GroupDefinition.php') diff --git a/src/GroupDefinition.php b/src/GroupDefinition.php index 1ffddc7..c73de2c 100644 --- a/src/GroupDefinition.php +++ b/src/GroupDefinition.php @@ -20,7 +20,7 @@ class GroupDefinition { return $this->group->getRouter()->make( $method, - $this->group->getFullPrefix() . '/'. ltrim($path, '/'), + $this->group->getFullPrefix().'/'.ltrim($path, '/'), $handler )->inGroup($this->group); } -- cgit v1.2.3