Fix failing tests (which caught a bug in the new client query)
This commit is contained in:
parent
82d7fa1c53
commit
4122486468
4 changed files with 32 additions and 7 deletions
|
@ -17,6 +17,11 @@ class RecoveryToken extends Model
|
|||
*/
|
||||
const UPDATED_AT = null;
|
||||
|
||||
/**
|
||||
* @var bool
|
||||
*/
|
||||
public $timestamps = true;
|
||||
|
||||
/**
|
||||
* @var bool
|
||||
*/
|
||||
|
|
Reference in a new issue