mirror of
https://github.com/linuxserver/Heimdall-Apps.git
synced 2026-02-05 11:26:39 +08:00
* Added daloRadius with fixed icon * fixed names * Revert "fixed names" This reverts commit e4a7632d67c597139b60f096b5011c3079c3cd79. * fixed class name Co-authored-by: James Ward <james@notjam.es> * fixed names * step so i can rename again * fixed renaming * fix renaming --------- Co-authored-by: James Ward <james@notjam.es>
8 lines
96 B
PHP
8 lines
96 B
PHP
<?php
|
|
|
|
namespace App\SupportedApps\DaloRadius;
|
|
|
|
class DaloRadius extends \App\SupportedApps
|
|
{
|
|
}
|