@@ -53,7 +53,7 @@ |
||
53 | 53 | * Store a newly created resource in storage. |
54 | 54 | * |
55 | 55 | * @param int $meetingId |
56 | - * @return static |
|
56 | + * @return Response |
|
57 | 57 | */ |
58 | 58 | public function showImage($meetingId) |
59 | 59 | { |
@@ -106,7 +106,7 @@ |
||
106 | 106 | * |
107 | 107 | * @param int $groupId |
108 | 108 | * @param int $meetingId |
109 | - * @return static |
|
109 | + * @return Response |
|
110 | 110 | */ |
111 | 111 | public function showImage($groupId, $meetingId) |
112 | 112 | { |
@@ -20,7 +20,7 @@ |
||
20 | 20 | * Store a newly created resource in storage. |
21 | 21 | * |
22 | 22 | * @param int $meetingId |
23 | - * @return static |
|
23 | + * @return Response |
|
24 | 24 | */ |
25 | 25 | public function showImage($meetingId) |
26 | 26 | { |