diff --git a/lib/Model/Paste.php b/lib/Model/Paste.php index e5cee7f..19ea90b 100644 --- a/lib/Model/Paste.php +++ b/lib/Model/Paste.php @@ -13,8 +13,8 @@ namespace PrivateBin\Model; use Exception; -use PrivateBin\Persistence\ServerSalt; use PrivateBin\Controller; +use PrivateBin\Persistence\ServerSalt; use PrivateBin\Sjcl; /** diff --git a/tst/ControllerTest.php b/tst/ControllerTest.php index 4870567..432c829 100644 --- a/tst/ControllerTest.php +++ b/tst/ControllerTest.php @@ -1,9 +1,9 @@