Add UserObserver

This commit is contained in:
Daniel Supernault 2018-05-31 21:15:20 -06:00
parent ec2bff95b6
commit d84b0c1d41
1 changed files with 1 additions and 1 deletions

View File

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