Skip to content

Commit 6f10781

Browse files
committed
fix
1 parent f3848a9 commit 6f10781

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Graphcomment.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ public function getGcSecret()
6161
}
6262

6363
/**
64-
* @param mixed $token
64+
* @param mixed $gcSecret
6565
*/
66-
public function setToken($token)
66+
public function setGcSecret($gcSecret)
6767
{
68-
$this->token = $token;
68+
$this->gcSecret = $gcSecret;
6969
}
7070

7171
/**

0 commit comments

Comments
 (0)