We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6bbe1d commit 51fa9a6Copy full SHA for 51fa9a6
app/Http/Controllers/ProfilesController.php
@@ -15,9 +15,9 @@
15
use Illuminate\Http\Request;
16
use Illuminate\Support\Facades\Auth;
17
use Illuminate\Support\Facades\Hash;
18
+use Illuminate\Support\Facades\Validator;
19
use Intervention\Image\Facades\Image;
20
use jeremykenedy\Uuid\Uuid;
-use Illuminate\Support\Facades\Validator;
21
22
class ProfilesController extends Controller
23
{
0 commit comments