diff -r 706f10bcdc3c -r f5690d918358 server/src/app/Repositories/DocumentRepository.php --- a/server/src/app/Repositories/DocumentRepository.php Sun Oct 02 19:11:06 2016 +0200 +++ b/server/src/app/Repositories/DocumentRepository.php Sun Oct 02 19:14:07 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);