mirror of
https://github.com/linuxserver/Heimdall-Apps.git
synced 2026-02-04 19:06:22 +08:00
8 lines
96 B
PHP
8 lines
96 B
PHP
<?php
|
|
|
|
namespace App\SupportedApps\Chronograf;
|
|
|
|
class Chronograf extends \App\SupportedApps
|
|
{
|
|
}
|