fixed example config.php

This commit is contained in:
Parziphal 2013-10-27 00:54:46 -05:00
parent 4d2a7afd38
commit 9ef387519d

View File

@ -8,7 +8,7 @@ namespace MyImouto;
* Values placed here will overwrite the values in the parent class. * Values placed here will overwrite the values in the parent class.
* List the properties you want to overwrite. * List the properties you want to overwrite.
*/ */
class BooruConfig extends DefaultBooruConfig class LocalConfig extends DefaultConfig
{ {
# The name of this booru. # The name of this booru.
public $app_name = 'my.imouto'; public $app_name = 'my.imouto';