Completed
Push — develop ( 6bda27...e10d58 )
by Greg
01:52
created
app/Http/Controllers/Auth/LoginController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
     /**
62 62
      * Handle an authentication attempt.
63 63
      *
64
-     * @return Response
64
+     * @return \Illuminate\Http\RedirectResponse|null
65 65
      */
66 66
     public function authenticate(Request $request)
67 67
     {
Please login to merge, or discard this patch.