From dbef49ed6e51fae434552b448eca4b3c326616b3 Mon Sep 17 00:00:00 2001 From: Craig Williams Date: Thu, 10 Feb 2022 12:29:43 +0000 Subject: [PATCH] Fixed the route name for the organisation page --- routes/organisations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/organisations.php b/routes/organisations.php index 0e93492..cf01c98 100644 --- a/routes/organisations.php +++ b/routes/organisations.php @@ -17,7 +17,7 @@ $app->group('/organisations', function () { ->setName('uri_organisations'); $this->get('/o/{slug}', 'UserFrosting\Sprinkle\Organisations\Controller\OrganisationController:pageInfo') - ->setName('uri_organisations'); + ->setName('uri_organisation'); })->add('authGuard')->add(new NoCache()); $app->group('/api/organisations', function () {