mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-21 20:20:34 +09:00
Create Watcher3.php
This commit is contained in:
12
app/SupportedApps/Watcher3.php
Normal file
12
app/SupportedApps/Watcher3.php
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
<?php namespace App\SupportedApps;
|
||||
class Watcher3 implements Contracts\Applications {
|
||||
public function defaultColour()
|
||||
{
|
||||
return '#500';
|
||||
}
|
||||
public function icon()
|
||||
{
|
||||
return 'supportedapps/watcher3.png';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user