server/src/app/Libraries/Transcript/TranscriptConverterBase.php
changeset 398 a5bd0f6082f3
parent 307 07b44a378ad8
--- a/server/src/app/Libraries/Transcript/TranscriptConverterBase.php	Tue Nov 08 09:01:53 2016 +0100
+++ b/server/src/app/Libraries/Transcript/TranscriptConverterBase.php	Tue Nov 08 11:18:02 2016 +0100
@@ -7,7 +7,7 @@
 use DateTime;
 
 
-abstract class TranscriptConverterBase implements Transcriptconverterinterface {
+abstract class TranscriptConverterBase implements TranscriptConverterInterface {
 
     public function __construct(Document $document, $source, $creationDate = null) {
         $this->resJSON = [];
@@ -156,4 +156,4 @@
         return $this->resJSON;
     }
 
-}
\ No newline at end of file
+}