Completed
Push — master ( 526b4c...259497 )
by Adeola
02:28
created
src/Controllers/EmojiController.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,8 +7,8 @@
 block discarded – undo
7 7
 namespace Demo;
8 8
 
9 9
 
10
-use Exception;
11 10
 use Carbon\Carbon;
11
+use Exception;
12 12
 use Firebase\JWT\JWT;
13 13
 use Illuminate\Database\Capsule\Manager as Capsule;
14 14
 use Psr\Http\Message\ResponseInterface as Response;
Please login to merge, or discard this patch.
src/dependencies.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,8 +7,8 @@
 block discarded – undo
7 7
 namespace Demo;
8 8
 
9 9
 
10
-use Demo\AuthMiddleware;
11 10
 use Demo\AuthController;
11
+use Demo\AuthMiddleware;
12 12
 use Demo\EmojiController;
13 13
 
14 14
 // DIC configuration
Please login to merge, or discard this patch.