Completed
Push — master ( 08e75d...c8e020 )
by claudio
08:24
created
app/Http/Controllers/Employees/Planners/MeetingsController.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Illuminate\Http\Request;
6 6
 
7
-use plunner\Http\Requests;
8 7
 use plunner\Http\Controllers\Controller;
9 8
 
10 9
 class GroupsController extends Controller
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.