sqlCode = $sqlCode; } /** * @return string */ public function getSqlCode() { return $this->sqlCode; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SourceSqlChange::class, 'Google_Service_DatabaseMigrationService_SourceSqlChange');