Fix failing tests (which caught a bug in the new client query)

This commit is contained in:
Dane Everitt
2020-07-09 21:32:31 -07:00
parent 82d7fa1c53
commit 4122486468
4 changed files with 32 additions and 7 deletions

View File

@@ -17,6 +17,11 @@ class RecoveryToken extends Model
*/
const UPDATED_AT = null;
/**
* @var bool
*/
public $timestamps = true;
/**
* @var bool
*/