1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 17:01:33 +02:00

Merge pull request #3784 from turbo124/v2

Remove unused dependency
This commit is contained in:
David Bomba 2020-06-04 21:41:21 +10:00 committed by GitHub
commit d7dab7a324
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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