Image now a file
This commit is contained in:
@@ -9,6 +9,6 @@ class Logout
|
||||
public function post()
|
||||
{
|
||||
$token = request()->getHeader("token");
|
||||
return json_decode(User::getByToken($token)->logOut($token));
|
||||
return json_decode(User::getByToken($token)->logOut());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user