mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04: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…
x
Reference in New Issue
Block a user