diff --git a/The-getIcon-function.md b/The-getIcon-function.md index fd9252c..c8ddb8c 100644 --- a/The-getIcon-function.md +++ b/The-getIcon-function.md @@ -4,6 +4,6 @@ If no icon is specified by the bridge, RSS-Bridge will use a default location: ` ```PHP public function getIcon(){ - return self::URI . '/favicon.ico'; + return static::URI . '/favicon.ico'; } ``` \ No newline at end of file