From a0c5ded5e1053d46f956e2a45c1cdf4699370e0a Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 4 Jun 2020 21:41:03 +1000 Subject: [PATCH] Remove unused dependency --- app/Http/Controllers/SelfUpdateController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/SelfUpdateController.php b/app/Http/Controllers/SelfUpdateController.php index a8aad80533..fb3d758a9b 100644 --- a/app/Http/Controllers/SelfUpdateController.php +++ b/app/Http/Controllers/SelfUpdateController.php @@ -60,7 +60,7 @@ class SelfUpdateController extends BaseController * ) * */ - public function update(UpdaterManager $updater) + public function update() { if (Ninja::isNinja()) { return response()->json(['message' => 'Self update not available on this system.'], 403);