Created
April 21, 2020 14:49
-
-
Save Cerwyn/8f3ed4af16e7c02b486bfe036957be55 to your computer and use it in GitHub Desktop.
generalizing-response
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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