Create Bazarr.php

This commit is contained in:
chbmb
2018-09-13 08:41:57 +01:00
committed by GitHub
parent a138b65842
commit 8b1046ce17

View File

@@ -0,0 +1,14 @@
<?php namespace App\SupportedApps;
class Bazarr implements Contracts\Applications {
public function defaultColour()
{
return '#222';
}
public function icon()
{
return 'supportedapps/bazarr.png';
}
}