Completed
Pull Request — master (#15)
by Mior Muhammad Zaki
02:09
created
src/Middleware/Reauthenticate.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,8 @@
 block discarded – undo
51 51
     /**
52 52
      * Handle invalidated auth.
53 53
      *
54
-     * @return mixed
54
+     * @param \Illuminate\Http\Request $request
55
+     * @return \Illuminate\Http\RedirectResponse
55 56
      */
56 57
     protected function invalidated($request)
57 58
     {
Please login to merge, or discard this patch.