committed by
GitHub
4 changed files with 16 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||||
|
<?php namespace App\SupportedApps; |
||||
|
|
||||
|
class BookStack implements Contracts\Applications { |
||||
|
|
||||
|
public function defaultColour() |
||||
|
{ |
||||
|
return '#02679E'; |
||||
|
} |
||||
|
public function icon() |
||||
|
{ |
||||
|
return 'supportedapps/bookstack.png'; |
||||
|
} |
||||
|
|
||||
|
} |
After Width: | Height: | Size: 17 KiB |
Loading…
Reference in new issue