Skip to content

Commit fdef1b6

Browse files
authored
Merge pull request laravel#4007 from vinkla/patch-1
Use fullpath for validator facade
2 parents 5b78106 + 6325610 commit fdef1b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/Auth/RegisterController.php

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

55
use App\User;
6-
use Validator;
76
use App\Http\Controllers\Controller;
7+
use Illuminate\Support\Facades\Validator;
88
use Illuminate\Foundation\Auth\RegistersUsers;
99

1010
class RegisterController extends Controller

0 commit comments

Comments
 (0)