mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-21 20:20:34 +09:00
changes
This commit is contained in:
@@ -30,5 +30,16 @@ class Application extends Model
|
||||
return $class;
|
||||
}
|
||||
|
||||
public static function applist()
|
||||
{
|
||||
$list = [];
|
||||
$all = self::all();
|
||||
$list['null'] = 'None';
|
||||
foreach($all as $app) {
|
||||
$list['\App\SupportedApps\\'.$app->name.'\\'.$app->name] = $app->name;
|
||||
}
|
||||
return $list;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user