mirror of
https://github.com/linuxserver/Heimdall-Apps.git
synced 2026-02-20 04:16:08 +08:00
Add new supported application Servas including: - PHP class extending SupportedApps - App metadata in app.json - SVG icon for display
8 lines
88 B
PHP
8 lines
88 B
PHP
<?php
|
|
|
|
namespace App\SupportedApps\Servas;
|
|
|
|
class Servas extends \App\SupportedApps
|
|
{
|
|
}
|