mirror of
https://github.com/linuxserver/Heimdall-Apps.git
synced 2026-02-13 14:30:13 +08:00
8 lines
94 B
PHP
8 lines
94 B
PHP
<?php
|
|
|
|
namespace App\SupportedApps\WireGuard;
|
|
|
|
class WireGuard extends \App\SupportedApps
|
|
{
|
|
}
|