Browse Source
Merge pull request #162 from halorrr/master
Bug Fix On Newly Added Apps
pull/164/head
KodeStar
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with
1 additions and
8 deletions
-
app/SupportedApps/AirSonic.php
-
app/SupportedApps/Cardigann.php
-
app/SupportedApps/Grafana.php
-
app/SupportedApps/Krusader.php
-
app/SupportedApps/OpenMediaVault.php
-
app/SupportedApps/Watcher3.php
-
app/SupportedApps/WebTools.php
-
app/SupportedApps/pyLoad.php
|
|
@ -1,4 +1,3 @@ |
|
|
|
|
|
|
|
<?php namespace App\SupportedApps; |
|
|
|
class AirSonic implements Contracts\Applications { |
|
|
|
public function defaultColour() |
|
|
|
|
|
@ -1,4 +1,3 @@ |
|
|
|
|
|
|
|
<?php namespace App\SupportedApps; |
|
|
|
class Cardigann implements Contracts\Applications { |
|
|
|
public function defaultColour() |
|
|
|
|
|
@ -9,4 +9,4 @@ class Grafana implements Contracts\Applications { |
|
|
|
{ |
|
|
|
return 'supportedapps/grafana.png'; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
@ -1,4 +1,3 @@ |
|
|
|
|
|
|
|
<?php namespace App\SupportedApps; |
|
|
|
class Krusader implements Contracts\Applications { |
|
|
|
public function defaultColour() |
|
|
|
|
|
@ -1,4 +1,3 @@ |
|
|
|
|
|
|
|
<?php namespace App\SupportedApps; |
|
|
|
class OpenMediaVault implements Contracts\Applications { |
|
|
|
public function defaultColour() |
|
|
|
|
|
@ -1,4 +1,3 @@ |
|
|
|
|
|
|
|
<?php namespace App\SupportedApps; |
|
|
|
class Watcher3 implements Contracts\Applications { |
|
|
|
public function defaultColour() |
|
|
|
|
|
@ -1,4 +1,3 @@ |
|
|
|
|
|
|
|
<?php namespace App\SupportedApps; |
|
|
|
class WebTools implements Contracts\Applications { |
|
|
|
public function defaultColour() |
|
|
|
|
|
@ -1,4 +1,3 @@ |
|
|
|
|
|
|
|
<?php namespace App\SupportedApps; |
|
|
|
class pyLoad implements Contracts\Applications { |
|
|
|
public function defaultColour() |
|
|
|