Update ProfileObserver.php

pull/6481/head
Shlee 6 days ago committed by GitHub
parent 34e6db1ec1
commit 40be007d8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -32,6 +32,10 @@ class ProfileObserver
public function updated(Profile $profile)
{
AccountService::del($profile->id);
if ($profile->wasChanged('status')) {
AccountService::clearStatusCache($profile->id);
}
}
/**

Loading…
Cancel
Save