mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-11 05:32:39 +01:00
commit
d7dab7a324
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user