Completed
Branch master (fe70f0)
by Miguel
04:50
created
src/Integration.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@
 block discarded – undo
3 3
 namespace M1guelpf;
4 4
 
5 5
 use Github\Client as GitHub;
6
-use M1guelpf\Integration\CreatesJwtTokens;
7
-use M1guelpf\Integration\AuthenticatesApplications;
8 6
 use Illuminate\Support\Traits\Macroable;
7
+use M1guelpf\Integration\AuthenticatesApplications;
8
+use M1guelpf\Integration\CreatesJwtTokens;
9 9
 
10 10
 class Integration
11 11
 {
Please login to merge, or discard this patch.