mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-20 02:16:32 +08:00
Create Unraid.php
This commit is contained in:
parent
67e0f8570e
commit
ec64c7ba0b
12
app/SupportedApps/Unraid.php
Normal file
12
app/SupportedApps/Unraid.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php namespace App\SupportedApps;
|
||||
|
||||
class Unraid implements Contracts\Applications {
|
||||
public function defaultColour()
|
||||
{
|
||||
return '#3B5E1F';
|
||||
}
|
||||
public function icon()
|
||||
{
|
||||
return 'supportedapps/unraid.png';
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user