mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-28 08:53:59 +00:00
Test run schedule task - NewUserRegistrationExpireCheckV2CommandJob
This commit is contained in:
@@ -33,6 +33,6 @@ class UserEmailVerification extends AbstractModel
|
||||
*/
|
||||
public function scopeTwoDaysOld($query)
|
||||
{
|
||||
return $query->where('created_at', '>=', Carbon::now()->subHours(48));
|
||||
return $query->where('created_at', '<=', Carbon::now()->subHours(48));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user