Skip to content

Instantly share code, notes, and snippets.

@Cerwyn
Created April 21, 2020 14:49
Show Gist options
  • Save Cerwyn/8f3ed4af16e7c02b486bfe036957be55 to your computer and use it in GitHub Desktop.
Save Cerwyn/8f3ed4af16e7c02b486bfe036957be55 to your computer and use it in GitHub Desktop.
generalizing-response
<?php
namespace App\Http\Controllers;
use App\Traits\ApiResponser;
use Illuminate\Http\Request;
class ApiController extends Controller
{
use ApiResponser;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment