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 271f96c commit 4e335b8Copy full SHA for 4e335b8
1 file changed
lib/Routes/Account.php
@@ -1,13 +1,11 @@
1
<?php
2
namespace Pdsinterop\PhpSolid\Routes;
3
4
- use Pdsinterop\PhpSolid\Server;
5
- use Pdsinterop\PhpSolid\ClientRegistration;
6
- use Pdsinterop\PhpSolid\User;
7
- use Pdsinterop\PhpSolid\Session;
8
- use Pdsinterop\PhpSolid\Mailer;
9
use Pdsinterop\PhpSolid\IpAttempts;
+ use Pdsinterop\PhpSolid\Mailer;
+ use Pdsinterop\PhpSolid\Session;
10
use Pdsinterop\PhpSolid\StorageServer;
+ use Pdsinterop\PhpSolid\User;
11
12
class Account {
13
public static function requireLoggedInUser() {
0 commit comments