File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111use \Swagger \Client \Api \AccountApi ;
1212use \Swagger \Client \Api \SessionApi ;
1313use \Swagger \Client \Api \PgpTBDApi ;
14- use \Swagger \Client \Api \IntegratorTBDApi ;
14+ use \Swagger \Client \Api \IntegratorApi ;
1515use \Swagger \Client \Api \FilesApi ;
1616use \Swagger \Client \Api \CertsApi ;
1717use Symfony \Component \Yaml \Parser ;
@@ -64,7 +64,7 @@ public function __construct($args)
6464 $ this ->session = new \Swagger \Client \Api \SessionApi ($ apiClient );
6565 $ this ->files = new \Swagger \Client \Api \FilesApi ($ apiClient );
6666 $ this ->pgp = new \Swagger \Client \Api \PgpTBDApi ($ apiClient );
67- $ this ->integrator = new \Swagger \Client \Api \IntegratorTBDApi ($ apiClient );
67+ $ this ->integrator = new \Swagger \Client \Api \IntegratorApi ($ apiClient );
6868 $ this ->certs = new \Swagger \Client \Api \CertsApi ($ apiClient );
6969 }
7070
You can’t perform that action at this time.
0 commit comments