Browse Source

Create pyLoad.php

pull/156/head
halorrr 7 years ago
committed by GitHub
parent
commit
4738d7c951
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      app/SupportedApps/pyLoad.php

12
app/SupportedApps/pyLoad.php

@ -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…
Cancel
Save