fix(SupportedApps): fixed class name
This commit is contained in:
parent
a05b7a43bd
commit
c7b92ad945
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php namespace App\SupportedApps;
|
||||
|
||||
class Nextcloud implements Contracts\Applications {
|
||||
class Gitea implements Contracts\Applications {
|
||||
public function defaultColour()
|
||||
{
|
||||
return '#585e52';
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php namespace App\SupportedApps;
|
||||
|
||||
class Nextcloud implements Contracts\Applications {
|
||||
class Sickrage implements Contracts\Applications {
|
||||
public function defaultColour()
|
||||
{
|
||||
return '#6185a6';
|
||||
|
|
Loading…
Reference in a new issue