Bugfix: Correct name of index action class
parent
ef0f1b04ad
commit
58ae39a731
|
@ -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 New Issue