postgresql = $postgresql; } /** * @return PostgreSql */ public function getPostgresql() { return $this->postgresql; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Datasource::class, 'Google_Service_FirebaseDataConnect_Datasource');