Skip to content

Commit 20379ba

Browse files
authored
Merge pull request #151 from laravel/revert-148-2.x
Revert "Fix: Class 'App\User' not found"
2 parents e673d9e + 6eb20fd commit 20379ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/Auth/RegisterController.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ namespace App\Http\Controllers\Auth;
44

55
use App\Http\Controllers\Controller;
66
use App\Providers\RouteServiceProvider;
7-
use App\Models\User;
7+
use App\User;
88
use Illuminate\Foundation\Auth\RegistersUsers;
99
use Illuminate\Support\Facades\Hash;
1010
use Illuminate\Support\Facades\Validator;

0 commit comments

Comments
 (0)