Code cleanup, removing unused code from older iteration.

Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca>
This commit is contained in:
Ryan Fletcher
2018-08-15 21:15:21 +02:00
committed by Julius Härtl
parent 184cd00a8b
commit 507a7fd243
3 changed files with 4 additions and 56 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ class LabelApiController extends ApiController {
/**
* @param string $appName
* @param IRequest $request
* @param LabelService $service
* @param LabelService $labelService
* @param $userId
*/
public function __construct($appName, IRequest $request, LabelService $labelService, $userId) {