Skip to content

Commit 4c0cff6

Browse files
committed
Fix order in usage controller.
1 parent bb4d7d2 commit 4c0cff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App/Http/Controllers/UsersManagementController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
namespace jeremykenedy\laravelusers\App\Http\Controllers;
44

5-
use Illuminate\Routing\Controller;
65
use Auth;
76
use Illuminate\Http\Request;
87
use Illuminate\Http\Response;
8+
use Illuminate\Routing\Controller;
99
use Validator;
1010

1111
class UsersManagementController extends Controller

0 commit comments

Comments
 (0)