Skip to content

Instantly share code, notes, and snippets.

View alex-star-gh's full-sized avatar

Alex alex-star-gh

  • UK
View GitHub Profile
@alex-star-gh
alex-star-gh / HasMiddleware.php
Last active October 7, 2020 02:47
Laravel GraphQL Middleware
<?php
namespace App\AniList\v2\GraphQL;
use Illuminate\Http\JsonResponse;
trait HasMiddleware
{
/**
* [handleMiddleware description]