Create Krusader.php
This commit is contained in:
parent
c2417ac5b3
commit
51275af41d
1 changed files with 12 additions and 0 deletions
12
app/SupportedApps/Krusader.php
Normal file
12
app/SupportedApps/Krusader.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
|
||||
<?php namespace App\SupportedApps;
|
||||
class Krusader implements Contracts\Applications {
|
||||
public function defaultColour()
|
||||
{
|
||||
return '#5A5';
|
||||
}
|
||||
public function icon()
|
||||
{
|
||||
return 'supportedapps/krusader.png';
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue