Bugfix: Correct name of index action class

This commit is contained in:
Starbeamrainbowlabs 2019-06-13 20:58:36 +01:00
parent ef0f1b04ad
commit 58ae39a731
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ use \SBRL\TomlConfig;
use \AirQuality\PerfFormatter;
class Changelog implements IAction {
class Index implements IAction {
/** @var TomlConfig */
private $settings;