api = $api; } public function handle(NamiUser $user) { app(ActivityCreator::class)->createFor($this->api, $user->getNamiGroupId()); } }