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