Completed
Branch master (70f137)
by Saurabh
08:50
created
src/Http/Controllers/Controller.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Sausin\Signere\Http\Controllers;
4 4
 
5
-use Sausin\Signere\Http\Middleware\Authenticate;
6
-use Illuminate\Routing\Controller as BaseController;
7 5
 use Illuminate\Foundation\Validation\ValidatesRequests;
6
+use Illuminate\Routing\Controller as BaseController;
7
+use Sausin\Signere\Http\Middleware\Authenticate;
8 8
 
9 9
 class Controller extends BaseController
10 10
 {
Please login to merge, or discard this patch.
src/Http/Controllers/ExternalLoginController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Illuminate\Http\Request;
6 6
 use Sausin\Signere\ExternalLogin;
7
-use Illuminate\Support\Facades\Config;
8 7
 
9 8
 class ExternalLoginController extends Controller
10 9
 {
Please login to merge, or discard this patch.
src/Http/Controllers/RequestIdController.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace Sausin\Signere\Http\Controllers;
4 4
 
5 5
 use Illuminate\Http\Request;
6
-use Sausin\Signere\RequestId;
7 6
 use Illuminate\Support\Facades\Config;
7
+use Sausin\Signere\RequestId;
8 8
 
9 9
 class RequestIdController extends Controller
10 10
 {
Please login to merge, or discard this patch.