diff options
Diffstat (limited to 'apps/updatenotification/lib/Controller/AdminController.php')
-rw-r--r-- | apps/updatenotification/lib/Controller/AdminController.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/updatenotification/lib/Controller/AdminController.php b/apps/updatenotification/lib/Controller/AdminController.php index 74a3a86c7e1..e5a8aa45838 100644 --- a/apps/updatenotification/lib/Controller/AdminController.php +++ b/apps/updatenotification/lib/Controller/AdminController.php @@ -61,12 +61,12 @@ class AdminController extends Controller { * @param IL10N $l10n */ public function __construct($appName, - IRequest $request, - IJobList $jobList, - ISecureRandom $secureRandom, - IConfig $config, - ITimeFactory $timeFactory, - IL10N $l10n) { + IRequest $request, + IJobList $jobList, + ISecureRandom $secureRandom, + IConfig $config, + ITimeFactory $timeFactory, + IL10N $l10n) { parent::__construct($appName, $request); $this->jobList = $jobList; $this->secureRandom = $secureRandom; |