feat: add Discord facade
This commit is contained in:
@@ -41,8 +41,10 @@ class UserObserver
|
||||
* @param \App\User $user
|
||||
* @return void
|
||||
*/
|
||||
public function created(ProfileService $profileService, User $user)
|
||||
public function created(User $user)
|
||||
{
|
||||
$profileService = new ProfileService();
|
||||
|
||||
try
|
||||
{
|
||||
$profileService->createProfile($user);
|
||||
|
Reference in New Issue
Block a user