diff --git a/lib/Model/Paste.php b/lib/Model/Paste.php index e5cee7f4..19ea90b0 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 48705677..432c829f 100644 --- a/tst/ControllerTest.php +++ b/tst/ControllerTest.php @@ -1,9 +1,9 @@