chbmb
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
app/SupportedApps/Pfsense.php
|
@ -3,10 +3,10 @@ |
|
|
class Pfsense implements Contracts\Applications { |
|
|
class Pfsense implements Contracts\Applications { |
|
|
public function defaultColour() |
|
|
public function defaultColour() |
|
|
{ |
|
|
{ |
|
|
return '#4e4742'; |
|
|
return '#243699'; |
|
|
} |
|
|
} |
|
|
public function icon() |
|
|
public function icon() |
|
|
{ |
|
|
{ |
|
|
return 'supportedapps/pfsense.png'; |
|
|
return 'supportedapps/pfsense.png'; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|