@@ -3,9 +3,9 @@ |
||
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 | { |