site = $site; } /** * @throws ComposerInstallFailed * @throws Throwable */ public function handle(): void { $this->site->server->ssh()->exec( new ComposerInstallCommand( $this->site->path ), 'composer-install', $this->site->id ); } }