Heimdall/app/SupportedApps/Nextcloud.php

12 lines
248 B
PHP
Raw Normal View History

<?php namespace App\SupportedApps;
class Nextcloud implements Contracts\Applications {
public function defaultColour()
{
return '#2f83c6';
}
public function icon()
{
return 'supportedapps/nextcloud.png';
}
}