Skip to content

Commit

Permalink
fix(SupportedApps): fixed class name
Browse files Browse the repository at this point in the history
  • Loading branch information
Futos committed Feb 28, 2018
1 parent a05b7a4 commit c7b92ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/SupportedApps/Gitea.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php namespace App\SupportedApps;

class Nextcloud implements Contracts\Applications {
class Gitea implements Contracts\Applications {
public function defaultColour()
{
return '#585e52';
Expand Down
2 changes: 1 addition & 1 deletion app/SupportedApps/Sickrage.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php namespace App\SupportedApps;

class Nextcloud implements Contracts\Applications {
class Sickrage implements Contracts\Applications {
public function defaultColour()
{
return '#6185a6';
Expand Down

0 comments on commit c7b92ad

Please sign in to comment.