Remove unused dependency

This commit is contained in:
David Bomba 2020-06-04 21:41:03 +10:00
parent cc7bcdeb0e
commit a0c5ded5e1

View File

@ -60,7 +60,7 @@ class SelfUpdateController extends BaseController
* ) * )
* *
*/ */
public function update(UpdaterManager $updater) public function update()
{ {
if (Ninja::isNinja()) { if (Ninja::isNinja()) {
return response()->json(['message' => 'Self update not available on this system.'], 403); return response()->json(['message' => 'Self update not available on this system.'], 403);