File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
app/Http/Controllers/Apis/Protected/Summit Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ public function __construct
9696 IGroup::SuperAdmins,
9797 IGroup::Administrators,
9898 IGroup::SummitAdministrators,
99+ IGroup::Sponsors,
99100 ]
100101 ],
101102 parameters: [
Original file line number Diff line number Diff line change @@ -2693,6 +2693,7 @@ private function seedSummitEndpoints()
26932693 IGroup::SuperAdmins,
26942694 IGroup::Administrators,
26952695 IGroup::SummitAdministrators,
2696+ IGroup::Sponsors,
26962697 ]
26972698 ],
26982699 [
@@ -2701,7 +2702,8 @@ private function seedSummitEndpoints()
27012702 'http_method ' => 'GET ' ,
27022703 'scopes ' => [
27032704 SummitScopes::ReadSummitData,
2704- SummitScopes::ReadAllSummitData
2705+ SummitScopes::ReadAllSummitData,
2706+ IGroup::Sponsors,
27052707 ],
27062708 'authz_groups ' => [
27072709 IGroup::SuperAdmins,
You can’t perform that action at this time.
0 commit comments