Auth::user()->account_id, 'author_id' => Auth::id(), 'user_id' => $user->id, ]; app(DestroyUser::class)->execute($data); } }