Create Syncthing.php
This commit is contained in:
parent
5dd44f66c1
commit
0e895089c7
1 changed files with 11 additions and 0 deletions
11
app/SupportedApps/Syncthing.php
Normal file
11
app/SupportedApps/Syncthing.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php namespace App\SupportedApps;
|
||||
class Syncthing implements Contracts\Applications {
|
||||
public function defaultColour()
|
||||
{
|
||||
return '#888';
|
||||
}
|
||||
public function icon()
|
||||
{
|
||||
return 'supportedapps/syncthing.png';
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue