Update pyLoad.php

This commit is contained in:
halorrr
2018-03-21 11:17:12 -04:00
committed by GitHub
parent 4738d7c951
commit 17eef7a4aa

View File

@@ -1,12 +1,12 @@
<?php namespace App\SupportedApps;
class Krusader implements Contracts\Applications {
class pyLoad implements Contracts\Applications {
public function defaultColour()
{
return '#5A5';
return '#881';
}
public function icon()
{
return 'supportedapps/krusader.png';
return 'supportedapps/pyload.png';
}
}