Fix missing argument in servers controller

This commit is contained in:
Hypolite Petovan 2018-11-19 22:13:47 -05:00
parent e36805c206
commit e30065657d
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ class Servers extends BaseController
$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');
if (!$stable_version) {