Skip to content

Commit 4e335b8

Browse files
committed
Change code in Account route to be cleaner
- Use statements (remove unused, sort alphabetically)
1 parent 271f96c commit 4e335b8

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

lib/Routes/Account.php

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?php
22
namespace Pdsinterop\PhpSolid\Routes;
33

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;
94
use Pdsinterop\PhpSolid\IpAttempts;
5+
use Pdsinterop\PhpSolid\Mailer;
6+
use Pdsinterop\PhpSolid\Session;
107
use Pdsinterop\PhpSolid\StorageServer;
8+
use Pdsinterop\PhpSolid\User;
119

1210
class Account {
1311
public static function requireLoggedInUser() {

0 commit comments

Comments
 (0)