server/src/app/Repositories/RdfDocumentRepository.php
changeset 306 3fccf43160a7
parent 277 bd4bc1db4f40
child 326 226d5b17a119
--- a/server/src/app/Repositories/RdfDocumentRepository.php	Wed Sep 28 15:58:18 2016 +0200
+++ b/server/src/app/Repositories/RdfDocumentRepository.php	Wed Sep 28 17:24:02 2016 +0200
@@ -178,7 +178,7 @@
         return $this->queryDocs();
     }
 
-    public function get($id, bool $short=false) {
+    public function get($id, $short=false) {
 
         if(strpos($id, config('corpusparole.corpus_id_scheme')) === 0) {
             $id = substr($id, strlen(config('corpusparole.corpus_id_scheme')));