File tree Expand file tree Collapse file tree
app/Http/Controllers/Apis/Protected/Summit Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -142,40 +142,6 @@ protected function getSummitRepository(): ISummitRepository
142142 new OA \Response (response: Response::HTTP_INTERNAL_SERVER_ERROR , description: "Server Error " ),
143143 ]
144144 )]
145- public function getAll ()
146- {
147- return $ this ->_getAll (
148- function (){
149- return [
150- 'name ' => ['== ' , '=@ ' ],
151- 'label ' => ['== ' , '=@ ' ],
152- 'size ' => ['== ' , '=@ ' ],
153- ];
154- },
155- function (){
156- return [
157- 'name ' => 'sometimes|required|string ' ,
158- 'label ' => 'sometimes|required|string ' ,
159- 'size ' => 'sometimes|required|string ' ,
160- ];
161- },
162- function (){
163- return [
164- 'id ' ,
165- 'name ' ,
166- 'order ' ,
167- 'label ' ,
168- 'size ' ,
169- ];
170- },
171- function ($ filter ){
172- return $ filter ;
173- },
174- function (){
175- return SerializerRegistry::SerializerType_Public;
176- }
177- );
178- }
179145
180146 #[OA \Post(
181147 path: "/api/v1/sponsorship-types " ,
You can’t perform that action at this time.
0 commit comments