changeset 306 | 3fccf43160a7 |
parent 168 | 17f10b56c079 |
child 326 | 226d5b17a119 |
--- a/server/src/app/Repositories/DocumentRepository.php Wed Sep 28 15:58:18 2016 +0200 +++ b/server/src/app/Repositories/DocumentRepository.php Wed Sep 28 17:24:02 2016 +0200 @@ -7,7 +7,7 @@ public function all(); - public function get($id, bool $short = false); + public function get($id, $short = false); public function save(Document $doc);