From bd4c2cb6094b3198fb971b238bff5c7e0ff5102a Mon Sep 17 00:00:00 2001 From: Vignesh Gurusamy Date: Fri, 30 Aug 2019 16:00:56 +0530 Subject: [PATCH] Allow Token model to update timestamp --- src/Token.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/Token.php b/src/Token.php index 305b07fda..51f6bf3e5 100644 --- a/src/Token.php +++ b/src/Token.php @@ -46,13 +46,6 @@ class Token extends Model 'expires_at', ]; - /** - * Indicates if the model should be timestamped. - * - * @var bool - */ - public $timestamps = false; - /** * Get the client that the token belongs to. *