mirror of
https://github.com/linuxserver/Heimdall-Apps.git
synced 2026-02-06 20:02:20 +08:00
* Added ShellinaBox * Correct license info --------- Co-authored-by: Martijn van der Kleijn <martijn.niji@gmail.com>
8 lines
98 B
PHP
8 lines
98 B
PHP
<?php
|
|
|
|
namespace App\SupportedApps\ShellinaBox;
|
|
|
|
class ShellinaBox extends \App\SupportedApps
|
|
{
|
|
}
|