KodeStar
7 years ago
committed by
GitHub
3 changed files with 13 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||||
|
<?php namespace App\SupportedApps; |
||||
|
|
||||
|
class Graylog implements Contracts\Applications { |
||||
|
public function defaultColour() |
||||
|
{ |
||||
|
return '#158'; |
||||
|
} |
||||
|
public function icon() |
||||
|
{ |
||||
|
return 'supportedapps/graylog.png'; |
||||
|
} |
||||
|
} |
After Width: | Height: | Size: 4.5 KiB |
Loading…
Reference in new issue