Skip to content

Commit

Permalink
[BridgeAbstract] Correct getIcon method
Browse files Browse the repository at this point in the history
  • Loading branch information
em92 committed Dec 7, 2020
1 parent 56eb829 commit fc81bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/BridgeAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ public function getName(){

/** {@inheritdoc} */
public function getIcon(){
return '';
return static::URI . '/favicon.ico';
}

/** {@inheritdoc} */
Expand Down

0 comments on commit fc81bed

Please sign in to comment.