package and depencies
This commit is contained in:
@@ -24,7 +24,6 @@ trait CustomClaims
|
||||
* Set the custom claims.
|
||||
*
|
||||
* @param array $customClaims
|
||||
*
|
||||
* @return $this
|
||||
*/
|
||||
public function customClaims(array $customClaims)
|
||||
@@ -38,7 +37,6 @@ trait CustomClaims
|
||||
* Alias to set the custom claims.
|
||||
*
|
||||
* @param array $customClaims
|
||||
*
|
||||
* @return $this
|
||||
*/
|
||||
public function claims(array $customClaims)
|
||||
|
||||
@@ -24,7 +24,6 @@ trait RefreshFlow
|
||||
* Set the refresh flow flag.
|
||||
*
|
||||
* @param bool $refreshFlow
|
||||
*
|
||||
* @return $this
|
||||
*/
|
||||
public function setRefreshFlow($refreshFlow = true)
|
||||
|
||||
3
vendor/tymon/jwt-auth/src/Support/Utils.php
vendored
3
vendor/tymon/jwt-auth/src/Support/Utils.php
vendored
@@ -29,7 +29,6 @@ class Utils
|
||||
* Get the Carbon instance for the timestamp.
|
||||
*
|
||||
* @param int $timestamp
|
||||
*
|
||||
* @return \Carbon\Carbon
|
||||
*/
|
||||
public static function timestamp($timestamp)
|
||||
@@ -42,7 +41,6 @@ class Utils
|
||||
*
|
||||
* @param int $timestamp
|
||||
* @param int $leeway
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public static function isPast($timestamp, $leeway = 0)
|
||||
@@ -59,7 +57,6 @@ class Utils
|
||||
*
|
||||
* @param int $timestamp
|
||||
* @param int $leeway
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public static function isFuture($timestamp, $leeway = 0)
|
||||
|
||||
Reference in New Issue
Block a user