mirror of
https://github.com/linuxserver/Heimdall-Apps.git
synced 2026-01-17 18:28:25 +08:00
8 lines
98 B
PHP
8 lines
98 B
PHP
<?php
|
|
|
|
namespace App\SupportedApps\iLO;
|
|
|
|
class iLO extends \App\SupportedApps // phpcs:ignore
|
|
{
|
|
}
|