diff --git a/config/config.php.example b/config/config.php.example index 193d90a..0572200 100755 --- a/config/config.php.example +++ b/config/config.php.example @@ -8,7 +8,7 @@ namespace MyImouto; * Values placed here will overwrite the values in the parent class. * List the properties you want to overwrite. */ -class BooruConfig extends DefaultBooruConfig +class LocalConfig extends DefaultConfig { # The name of this booru. public $app_name = 'my.imouto';