Add UserObserver

pull/52/head
Daniel Supernault 7 years ago
parent ec2bff95b6
commit d84b0c1d41

@ -34,7 +34,7 @@ class UserObserver
$profile->public_key = $pki_public; $profile->public_key = $pki_public;
$profile->save(); $profile->save();
CreateAvatar::dispatch($user); CreateAvatar::dispatch($profile);
} }
} }

Loading…
Cancel
Save