Skip to content

Commit bb4d7d2

Browse files
committed
Change extends class to base class of routing framework and not application leval
1 parent 2d27554 commit bb4d7d2

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,7 +2,7 @@
22

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

5-
use App\Http\Controllers\Controller;
5+
use Illuminate\Routing\Controller;
66
use Auth;
77
use Illuminate\Http\Request;
88
use Illuminate\Http\Response;

0 commit comments

Comments
 (0)