Completed
Push — main ( def8a0...e32e37 )
by ABRAHAM
01:26
created
src/KeyManagerServiceProvider.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,8 +11,8 @@
 block discarded – undo
11 11
 use Bytesfield\KeyManager\Commands\InstallKeyManagerCommand;
12 12
 use Bytesfield\KeyManager\Commands\SuspendApiCredentialCommand;
13 13
 use Bytesfield\KeyManager\Commands\SuspendClientCommand;
14
-use Bytesfield\KeyManager\Middlewares\AuthenticateClient;
15 14
 use Bytesfield\KeyManager\Exceptions\Handler;
15
+use Bytesfield\KeyManager\Middlewares\AuthenticateClient;
16 16
 use Illuminate\Routing\Router;
17 17
 use Illuminate\Support\ServiceProvider;
18 18
 use ParagonIE\CipherSweet\Backend\ModernCrypto;
Please login to merge, or discard this patch.
src/Traits/ApiResponse.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Bytesfield\KeyManager\Traits;
4 4
 
5
-use Illuminate\Http\JsonResponse;
6 5
 use Bytesfield\KeyManager\Classes\Errors;
6
+use Illuminate\Http\JsonResponse;
7 7
 
8 8
 trait ApiResponse
9 9
 {
Please login to merge, or discard this patch.