client = new Google($formIntegration); } public function handle(): void { $this->client->sheets() ->create($this->formIntegration->form); } }