Create Krusader.php

This commit is contained in:
halorrr 2018-03-13 12:35:26 -04:00 committed by GitHub
parent c2417ac5b3
commit 51275af41d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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';
}
}