Browse Source

Create Syncthing.php

pull/166/head
halorrr 7 years ago
committed by GitHub
parent
commit
0e895089c7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      app/SupportedApps/Syncthing.php

11
app/SupportedApps/Syncthing.php

@ -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…
Cancel
Save