mirror of
https://github.com/linuxserver/Heimdall-Apps.git
synced 2026-02-05 11:26:39 +08:00
* add RaspberryMatic * add RaspberryMatic * fix typos * replace png with svg * Fix typo in json --------- Co-authored-by: Martijn van der Kleijn <martijn.niji@gmail.com>
8 lines
104 B
PHP
8 lines
104 B
PHP
<?php
|
|
|
|
namespace App\SupportedApps\RaspberryMatic;
|
|
|
|
class RaspberryMatic extends \App\SupportedApps
|
|
{
|
|
}
|