mirror of
https://github.com/ConnectedHumber/Air-Quality-Web
synced 2024-11-22 06:23:01 +00:00
Bugfix: Correct name of index action class
This commit is contained in:
parent
ef0f1b04ad
commit
58ae39a731
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ use \SBRL\TomlConfig;
|
|||
|
||||
use \AirQuality\PerfFormatter;
|
||||
|
||||
class Changelog implements IAction {
|
||||
class Index implements IAction {
|
||||
/** @var TomlConfig */
|
||||
private $settings;
|
||||
|
||||
|
|
Loading…
Reference in a new issue