Create pyLoad.php

This commit is contained in:
halorrr
2018-03-21 11:07:16 -04:00
committed by GitHub
parent 4be0af5fa3
commit 4738d7c951

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