Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <?php
  2.  
  3.  
  4. namespace App\Http\Controllers\API;
  5.  
  6.  
  7. use Illuminate\Http\Request;
  8. use App\Http\Controllers\API\BaseController as BaseController;
  9. use App\User;
  10. use Illuminate\Support\Facades\Auth;
  11. use Validator;
  12.  
  13.  
  14. class UserController extends BaseController
  15. {
  16.  
  17.  
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement