diff -r 35c597ce5da4 -r a5bd0f6082f3 server/src/app/Libraries/Transcript/TranscriptConverterBase.php --- 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 +}