committed by
GitHub
4 changed files with 13 additions and 0 deletions
@ -0,0 +1,11 @@ |
|||||
|
<?php namespace App\SupportedApps; |
||||
|
class FreshRSS implements Contracts\Applications { |
||||
|
public function defaultColour() |
||||
|
{ |
||||
|
return '#003B73'; |
||||
|
} |
||||
|
public function icon() |
||||
|
{ |
||||
|
return 'supportedapps/freshrss.png'; |
||||
|
} |
||||
|
} |
After Width: | Height: | Size: 39 KiB |
Loading…
Reference in new issue