1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-05 18:52:44 +01:00

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()) {
return response()->json(['message' => 'Self update not available on this system.'], 403);