diff options
| author | Sam Light <sam@lightscale.co.uk> | 2026-06-10 19:00:33 +0100 |
|---|---|---|
| committer | Sam Light <sam@lightscale.co.uk> | 2026-06-10 19:00:33 +0100 |
| commit | 7d76684ad6cd0182545489d7ed54ae9823d94ffa (patch) | |
| tree | beb2f79d2ff695a1dd467d95276947f655adaffb /src/GroupDefinition.php | |
| parent | 968662ee16a1efc7cb7c176a42af91f36eecc9ca (diff) | |
Testing the creating routes on a group definition and code format
Diffstat (limited to 'src/GroupDefinition.php')
| -rw-r--r-- | src/GroupDefinition.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |
