Fix code style and PHP5.6 errors

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2018-06-12 17:40:52 +02:00
parent 94397dedb1
commit 344ed6d928
3 changed files with 5 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ class AttachmentController extends Controller {
$this->attachmentService = $attachmentService;
}
public function list($cardId) {
public function getAll($cardId) {
return $this->attachmentService->getAll($cardId);
}