server/src/app/Repositories/DocumentRepository.php
changeset 168 17f10b56c079
parent 125 e550b10fe3ca
child 306 3fccf43160a7
--- a/server/src/app/Repositories/DocumentRepository.php	Thu Jun 02 18:16:17 2016 +0200
+++ b/server/src/app/Repositories/DocumentRepository.php	Thu Jun 02 18:24:19 2016 +0200
@@ -7,7 +7,7 @@
 
     public function all();
 
-    public function get($id);
+    public function get($id, bool $short = false);
 
     public function save(Document $doc);