Heimdall/app/SupportedApps/Syncthing.php

12 lines
245 B
PHP
Raw Normal View History

2018-04-04 05:31:43 +00:00
<?php namespace App\SupportedApps;
class Syncthing implements Contracts\Applications {
public function defaultColour()
{
return '#888';
}
public function icon()
{
return 'supportedapps/syncthing.png';
}
}