Skip to content

Commit

Permalink
Fixing Bugs Qr
Browse files Browse the repository at this point in the history
  • Loading branch information
aldok10 committed Apr 7, 2021
1 parent 8ee4c77 commit 83bc08b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/vendor
/.phpintel
2 changes: 1 addition & 1 deletion src/Auth/Qr.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Qr extends ApiService
public function getQr($type = 'json')
{
$response = $this->get(
"login?type={$type}",
"login?type={$type}"
);
return $response;
}
Expand Down

0 comments on commit 83bc08b

Please sign in to comment.