extract settings handling into separate class

This commit is contained in:
2024-03-24 14:17:01 +01:00
parent d650ae08ee
commit a827536da7
5 changed files with 266 additions and 230 deletions

View File

@ -73,6 +73,7 @@ function scliveticker_autoload( string $class_name ): void {
'SCLiveticker\\SCLiveticker',
'SCLiveticker\\Admin',
'SCLiveticker\\Api',
'SCLiveticker\\Settings',
'SCLiveticker\\System',
'SCLiveticker\\Widget',
);