mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-21 20:20:34 +09:00
work on applications
This commit is contained in:
11
app/EnhancedApps.php
Normal file
11
app/EnhancedApps.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php namespace App;
|
||||
|
||||
use GuzzleHttp\Exception\GuzzleException;
|
||||
use GuzzleHttp\Client;
|
||||
|
||||
interface EnhancedApps {
|
||||
{
|
||||
public $config;
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user