Fix missing argument in servers controller
This commit is contained in:
parent
e36805c206
commit
e30065657d
|
@ -42,7 +42,7 @@ class Servers extends BaseController
|
||||||
$this->simplecache = $simplecache;
|
$this->simplecache = $simplecache;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function render(Request $request, Response $response): array
|
public function render(Request $request, Response $response, array $args): array
|
||||||
{
|
{
|
||||||
$stable_version = $this->simplecache->get('stable_version');
|
$stable_version = $this->simplecache->get('stable_version');
|
||||||
if (!$stable_version) {
|
if (!$stable_version) {
|
||||||
|
|
Loading…
Reference in a new issue