Browse Source

Create FreshRSS.php

pull/233/head
chbmb 6 years ago
committed by GitHub
parent
commit
03e16415aa
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      app/SupportedApps/FreshRSS.php

11
app/SupportedApps/FreshRSS.php

@ -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…
Cancel
Save