Skip to content

Commit 5658122

Browse files
author
Bui Sy Nguyen
committed
[WIP] First runnable version
1 parent 6cd440d commit 5658122

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

fproject/authclient/AuthAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function run()
6262

6363

6464
/**
65-
* @param ProjectKitOAuth $client
65+
* @param OAuth2 $client
6666
*/
6767
public function onAuthSuccess($client)
6868
{

fproject/authclient/OAuth2.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
//
1818
///////////////////////////////////////////////////////////////////////////////
1919

20-
namespace app\components;
20+
namespace fproject\authclient;
2121

2222
use Firebase\JWT\JWK;
2323
use Firebase\JWT\JWT;

fproject/authclient/OAuthToken.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
//
1818
///////////////////////////////////////////////////////////////////////////////
1919

20-
namespace app\components;
20+
namespace fproject\authclient;
2121

2222
use Firebase\JWT\JWK;
2323
use Firebase\JWT\JWT;

fproject/authclient/OAuthTokenPayload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
//
1818
///////////////////////////////////////////////////////////////////////////////
1919

20-
namespace app\components;
20+
namespace fproject\authclient;
2121
use stdClass;
2222

2323
class OAuthTokenPayload

0 commit comments

Comments
 (0)