Fix code style and PHP5.6 errors
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -38,7 +38,7 @@ class AttachmentController extends Controller {
|
||||
$this->attachmentService = $attachmentService;
|
||||
}
|
||||
|
||||
public function list($cardId) {
|
||||
public function getAll($cardId) {
|
||||
return $this->attachmentService->getAll($cardId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user