mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-05 11:26:27 +08:00
Create FreshRSS.php
This commit is contained in:
parent
9a55e05943
commit
03e16415aa
11
app/SupportedApps/FreshRSS.php
Normal file
11
app/SupportedApps/FreshRSS.php
Normal file
@ -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';
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user