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:
parent
cc7bcdeb0e
commit
a0c5ded5e1
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user