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