Create Bazarr.php
This commit is contained in:
parent
a138b65842
commit
8b1046ce17
1 changed files with 14 additions and 0 deletions
14
app/SupportedApps/Bazarr.php
Normal file
14
app/SupportedApps/Bazarr.php
Normal 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';
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in a new issue