From a42b04f518bdf47958b0a44c5387be5934c20693 Mon Sep 17 00:00:00 2001 From: Craig Williams Date: Thu, 10 Feb 2022 12:33:49 +0000 Subject: [PATCH] Fixed organisation sprunje name --- src/Sprunje/OrganisationSprunje.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Sprunje/OrganisationSprunje.php b/src/Sprunje/OrganisationSprunje.php index c9093a5..027c8d3 100644 --- a/src/Sprunje/OrganisationSprunje.php +++ b/src/Sprunje/OrganisationSprunje.php @@ -20,7 +20,7 @@ use UserFrosting\Sprinkle\Core\Sprunje\Sprunje; */ class OrganisationSprunje extends Sprunje { - protected $name = 'groups'; + protected $name = 'organisations'; protected $sortable = [ 'name',