mirror of
https://github.com/linuxserver/Heimdall-Apps.git
synced 2026-02-20 04:16:08 +08:00
* Add AirTrail app * Fix space * Add AirTrail app * Rename airtrail.php to AirTrail.php * Rename php and png --------- Co-authored-by: Michael Hlas <admin@michaelhlas.com> Co-authored-by: Martijn van der Kleijn <martijn.niji@gmail.com>
8 lines
92 B
PHP
8 lines
92 B
PHP
<?php
|
|
|
|
namespace App\SupportedApps\AirTrail;
|
|
|
|
class AirTrail extends \App\SupportedApps
|
|
{
|
|
}
|