mirror of
https://github.com/linuxserver/Heimdall-Apps.git
synced 2026-02-05 19:31:12 +08:00
8 lines
104 B
PHP
8 lines
104 B
PHP
<?php
|
|
|
|
namespace App\SupportedApps\sftpgo;
|
|
|
|
class sftpgo extends \App\SupportedApps // phpcs:ignore
|
|
{
|
|
}
|