Details
- 
        Type: Bug Bug
- 
        Status: Closed
- 
            Priority: Major Major
- 
            Resolution: Fixed
- 
            Affects Version/s: None
- 
            Fix Version/s: 5.5.0
- 
            Component/s: None
- 
            Labels:None
Description
The event uses
                    'old_verification' => $this->get($verification_id)
Which re-fetches the EmailVerification after the edit, and thus does not represent the "old" verification.
