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-07-16 22:41:41 -04:00
committed by Julius Härtl
parent 184cd00a8b
commit 507a7fd243
3 changed files with 4 additions and 56 deletions

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) {