Browse Source

Create Cardigann.php

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

12
app/SupportedApps/Cardigann.php

@ -0,0 +1,12 @@
<?php namespace App\SupportedApps;
class Cardigann implements Contracts\Applications {
public function defaultColour()
{
return '#753';
}
public function icon()
{
return 'supportedapps/cardigann.png';
}
}
Loading…
Cancel
Save