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-19 18:00:04 +02:00
parent 94397dedb1
commit 344ed6d928
3 changed files with 5 additions and 4 deletions
+1 -1
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);
}