Skip to content

Commit

Permalink
Merge pull request #162 from halorrr/master
Browse files Browse the repository at this point in the history
Bug Fix On Newly Added Apps
  • Loading branch information
KodeStar authored Mar 27, 2018
2 parents 1071b85 + 8a83b4f commit a3e669e
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion app/SupportedApps/AirSonic.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<?php namespace App\SupportedApps;
class AirSonic implements Contracts\Applications {
public function defaultColour()
Expand Down
1 change: 0 additions & 1 deletion app/SupportedApps/Cardigann.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<?php namespace App\SupportedApps;
class Cardigann implements Contracts\Applications {
public function defaultColour()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ public function icon()
{
return 'supportedapps/grafana.png';
}
}
}
1 change: 0 additions & 1 deletion app/SupportedApps/Krusader.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<?php namespace App\SupportedApps;
class Krusader implements Contracts\Applications {
public function defaultColour()
Expand Down
1 change: 0 additions & 1 deletion app/SupportedApps/OpenMediaVault.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<?php namespace App\SupportedApps;
class OpenMediaVault implements Contracts\Applications {
public function defaultColour()
Expand Down
1 change: 0 additions & 1 deletion app/SupportedApps/Watcher3.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<?php namespace App\SupportedApps;
class Watcher3 implements Contracts\Applications {
public function defaultColour()
Expand Down
1 change: 0 additions & 1 deletion app/SupportedApps/WebTools.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<?php namespace App\SupportedApps;
class WebTools implements Contracts\Applications {
public function defaultColour()
Expand Down
1 change: 0 additions & 1 deletion app/SupportedApps/pyLoad.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<?php namespace App\SupportedApps;
class pyLoad implements Contracts\Applications {
public function defaultColour()
Expand Down

0 comments on commit a3e669e

Please sign in to comment.