This commit is contained in:
afiq
2021-02-01 08:38:39 +08:00
parent 586c63ef56
commit 578e55263e
3 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ class OtpToken extends Model
* @var array
*/
protected $fillable = [
'nokp','token','used','expired'
'nokp','token','used','expired','kodcaw'
];
/**