We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d2c826 commit 26c8b1bCopy full SHA for 26c8b1b
1 file changed
src/Config.php
@@ -4,8 +4,8 @@
4
5
use Pdsinterop\Solid\Auth\Config\Client;
6
use Pdsinterop\Solid\Auth\Config\Expiration;
7
-use Pdsinterop\Solid\Auth\Config\Keys;
8
-use Pdsinterop\Solid\Auth\Config\Server;
+use Pdsinterop\Solid\Auth\Config\KeysInterface as Keys;
+use Pdsinterop\Solid\Auth\Config\ServerInterface as Server;
9
10
class Config
11
{
0 commit comments