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