Skip to content

Commit 44d308b

Browse files
committed
fixed merge conflicts
2 parents a650eb9 + 75ffab0 commit 44d308b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/Http/Controllers/Auth/RegisterController.php

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

33
namespace Backpack\CRUD\app\Http\Controllers\Auth;
44

5-
use Illuminate\Auth\Events\Registered;
65
use Backpack\CRUD\app\Library\Auth\RegistersUsers;
6+
use Illuminate\Auth\Events\Registered;
77
use Illuminate\Http\Request;
88
use Illuminate\Routing\Controller;
99
use Validator;

0 commit comments

Comments
 (0)