Futos
7 years ago
committed by
GitHub
6 changed files with 34 additions and 5 deletions
@ -0,0 +1,12 @@ |
|||
<?php namespace App\SupportedApps; |
|||
|
|||
class Plexrequests implements Contracts\Applications { |
|||
public function defaultColour() |
|||
{ |
|||
return '#845c2c'; |
|||
} |
|||
public function icon() |
|||
{ |
|||
return 'supportedapps/plexrequests.png'; |
|||
} |
|||
} |
@ -0,0 +1,12 @@ |
|||
<?php namespace App\SupportedApps; |
|||
|
|||
class Traefik implements Contracts\Applications { |
|||
public function defaultColour() |
|||
{ |
|||
return '#427d8c'; |
|||
} |
|||
public function icon() |
|||
{ |
|||
return 'supportedapps/traefik.png'; |
|||
} |
|||
} |
After Width: | Height: | Size: 4.9 KiB |
After Width: | Height: | Size: 41 KiB |
Loading…
Reference in new issue