api = $api; } public function handle(): void { $groupId = $this->api->groups()->first()->id; app(ActivityCreator::class)->createFor($this->api, $groupId); } }