Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. Route::middleware('auth:api')->get('/user', function (Request $request) {
  2. return $request->user();
  3. });
  4.  
  5. Argument 1 passed to IlluminateAuthTokenGuard::__construct() must implement interface IlluminateContractsAuthUserProvider, null given, called in /Users/markusheinemann/Projekte/Lycus/application/vendor/laravel/framework/src/Illuminate/Auth/AuthManager.php on line 162
  6.  
  7. {
  8. content-type: "application/json",
  9. x-requested-with: "XMLHttpRequest",
  10. authorization: "********",
  11. user-agent: "PostmanRuntime/7.13.0",
  12. accept: "*/*",
  13. cache-control: "no-cache",
  14. postman-token: "ebfa3211-958d-4042-ab6a-a488847fc2f7",
  15. host: "localhost",
  16. accept-encoding: "gzip, deflate",
  17. connection: "keep-alive"
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement