basic license wip

This commit is contained in:
Andras Bacsai
2023-06-22 14:48:47 +02:00
parent fa2f34ba3c
commit d8adea734f
9 changed files with 75 additions and 6 deletions

View File

@@ -2,21 +2,16 @@
namespace App\Providers;
use Illuminate\Support\Facades\Cache;
use Illuminate\Support\Facades\Http;
use Illuminate\Support\ServiceProvider;
class AppServiceProvider extends ServiceProvider
{
/**
* Register any application services.
*/
public function register(): void
{
}
/**
* Bootstrap any application services.
*/
public function boot(): void
{
Http::macro('github', function (string $api_url, string|null $github_access_token = null) {