Completed
Push — master ( a9d73d...b025ee )
by Sercan
01:16
created
src/TokenGuard.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
     /**
72 72
      * Get the currently token model.
73 73
      *
74
-     * @return \Illuminate\Database\Eloquent\Model|null
74
+     * @return \Illuminate\Contracts\Auth\Authenticatable|null
75 75
      */
76 76
     public function token()
77 77
     {
@@ -103,7 +103,7 @@  discard block
 block discarded – undo
103 103
     /**
104 104
      * Retrieve the token for the current request.
105 105
      *
106
-     * @return \Illuminate\Database\Eloquent\Model|null
106
+     * @return \Illuminate\Contracts\Auth\Authenticatable|null
107 107
      */
108 108
     protected function retrieveTokenForRequest(array $credentials)
109 109
     {
Please login to merge, or discard this patch.