Skip to content

Commit 51fa9a6

Browse files
committed
style ci
1 parent f6bbe1d commit 51fa9a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/ProfilesController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
use Illuminate\Http\Request;
1616
use Illuminate\Support\Facades\Auth;
1717
use Illuminate\Support\Facades\Hash;
18+
use Illuminate\Support\Facades\Validator;
1819
use Intervention\Image\Facades\Image;
1920
use jeremykenedy\Uuid\Uuid;
20-
use Illuminate\Support\Facades\Validator;
2121

2222
class ProfilesController extends Controller
2323
{

0 commit comments

Comments
 (0)