Create Cardigann.php

This commit is contained in:
halorrr
2018-03-21 11:28:30 -04:00
committed by GitHub
parent a98c30f7fa
commit a634472873

View File

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