ExportInterface: require getUniqueIdentifier()

This commit is contained in:
Thomas Gelf 2018-10-08 06:22:33 +02:00
parent 26630adb0f
commit 8f3cf85954
1 changed files with 1 additions and 1 deletions

View File

@ -11,5 +11,5 @@ interface ExportInterface
// TODO:
// public function getXyzChecksum();
// public function getUniqueIdentifier();
public function getUniqueIdentifier();
}