We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a779436 commit 02eb72bCopy full SHA for 02eb72b
www/idp/index.php
@@ -10,9 +10,9 @@
10
use Pdsinterop\PhpSolid\Api\Account;
11
use Pdsinterop\PhpSolid\Api\Solid;
12
13
- use Pdsinterip\PhpSolid\User;
14
- use Pdsinterip\PhpSolid\IpAttempts;
15
- use Pdsinterip\PhpSolid\JtiStore;
+ use Pdsinterop\PhpSolid\User;
+ use Pdsinterop\PhpSolid\IpAttempts;
+ use Pdsinterop\PhpSolid\JtiStore;
16
17
$request = explode("?", $_SERVER['REQUEST_URI'], 2)[0];
18
$method = $_SERVER['REQUEST_METHOD'];
0 commit comments