work on applications

This commit is contained in:
Chris
2018-10-19 15:10:05 +01:00
parent 40d6808067
commit 4fb59385b7
8 changed files with 52 additions and 100 deletions

11
app/EnhancedApps.php Normal file
View File

@@ -0,0 +1,11 @@
<?php namespace App;
use GuzzleHttp\Exception\GuzzleException;
use GuzzleHttp\Client;
interface EnhancedApps {
{
public $config;
}