Heimdall/app/SupportedApps/Syncthing.php
2018-04-04 01:31:43 -04:00

12 lines
245 B
PHP

<?php namespace App\SupportedApps;
class Syncthing implements Contracts\Applications {
public function defaultColour()
{
return '#888';
}
public function icon()
{
return 'supportedapps/syncthing.png';
}
}