fixed example config.php

This commit is contained in:
Parziphal 2013-10-27 00:54:46 -05:00
parent 4d2a7afd38
commit 9ef387519d
1 changed files with 1 additions and 1 deletions

View File

@ -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';