From 58ae39a73168f9c302b4300c455bb471d3d53142 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 13 Jun 2019 20:58:36 +0100 Subject: [PATCH] Bugfix: Correct name of index action class --- logic/Actions/Index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logic/Actions/Index.php b/logic/Actions/Index.php index b5838ba..0a23b1e 100644 --- a/logic/Actions/Index.php +++ b/logic/Actions/Index.php @@ -6,7 +6,7 @@ use \SBRL\TomlConfig; use \AirQuality\PerfFormatter; -class Changelog implements IAction { +class Index implements IAction { /** @var TomlConfig */ private $settings;