@@ -112,6 +112,9 @@ |
||
112 | 112 | return $this->respondOK(); |
113 | 113 | } |
114 | 114 | |
115 | + /** |
|
116 | + * @param Request $request |
|
117 | + */ |
|
115 | 118 | private function validateGroupUpdates($request) |
116 | 119 | { |
117 | 120 | $this->validate($request, [ |
@@ -9,8 +9,6 @@ |
||
9 | 9 | |
10 | 10 | namespace Services\ResponseCreator; |
11 | 11 | |
12 | -use Illuminate\Support\ServiceProvider; |
|
13 | - |
|
14 | 12 | class ResponseCreatorBinder |
15 | 13 | { |
16 | 14 | /** |