Skip to content

Commit 6325610

Browse files
authored
Use fullpath for validator facade
Added fullpath import for the validator facade.
1 parent 7a851c7 commit 6325610

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)